API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/705/
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/229/"
    ],
    "id": 705,
    "title": "django-private-files",
    "slug": "django-private-files",
    "last_updated": "2011-06-10T13:17:39-04:00",
    "last_fetched": "2026-02-16T03:01:45.268889-05:00",
    "repo_url": "https://bitbucket.org/vvangelovski/django-private-files",
    "pypi_version": "1.0.1",
    "created": "2011-03-24T01:25:27.204888-04:00",
    "modified": "2026-01-28T16:09:38.557464-05:00",
    "repo_forks": 3,
    "repo_description": "A pluggable django application that enables control over static file downloads.\r\n\r\nThe full docs are here: http://readthedocs.org/dashboard/django-private-files/ . Official GitHub mirror: https://github.com/Atomidata/django-private-files",
    "pypi_url": "http://pypi.python.org/pypi/django-private-files",
    "documentation_url": "https://readthedocs.org/projects/django-private-files/",
    "repo_watchers": 17,
    "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": [
        "vvangelovski"
    ]
}