API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3407/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/7/"
    ],
    "id": 3407,
    "title": "django-rest-framework-angular-resource-generator",
    "slug": "django-rest-framework-angular-resource-generator",
    "last_updated": "2024-09-16T22:46:12-04:00",
    "last_fetched": "2026-02-15T01:03:35.377953-05:00",
    "repo_url": "https://github.com/gerasev-kirill/django-rest-framework-angular-resource-generator",
    "pypi_version": "0.7.0",
    "created": "2016-09-14T05:44:48.698422-04:00",
    "modified": "2026-01-28T16:13:15.082112-05:00",
    "repo_forks": 2,
    "repo_description": "Command for django that generates AngularJS services, compatible with ngResource.$resource, that provide client-side representation of the models and remote methods in angular-application",
    "pypi_url": "http://pypi.python.org/pypi/django-rest-framework-angular-resource-generator",
    "documentation_url": "https://github.com/gerasev-kirill/django-rest-framework-angular-resource-generator",
    "repo_watchers": 8,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "gerasev-kirill"
    ]
}