API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/608/
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/42/",
        "https://djangopackages.org/api/v4/grids/61/"
    ],
    "id": 608,
    "title": "django-config-gen",
    "slug": "django-config-gen",
    "last_updated": "2018-06-28T14:37:04-04:00",
    "last_fetched": "2026-02-15T04:04:09.977032-05:00",
    "repo_url": "https://github.com/SeanHayes/django-config-gen",
    "pypi_version": "1.1.0",
    "created": "2011-01-29T18:16:07.527074-05:00",
    "modified": "2026-01-28T16:56:41.802612-05:00",
    "repo_forks": 11,
    "repo_description": "Maintenance/updates now handled by brillgen/django-config-gen",
    "pypi_url": "http://pypi.python.org/pypi/django-config-gen",
    "documentation_url": null,
    "repo_watchers": 27,
    "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": [
        "marazmiki"
    ]
}