API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/3/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/133/",
        "https://djangopackages.org/api/v4/grids/256/"
    ],
    "id": 1209,
    "title": "django-civil",
    "slug": "django-civil",
    "last_updated": "2012-03-13T17:39:53-04:00",
    "last_fetched": "2026-02-15T04:01:47.483227-05:00",
    "repo_url": "https://github.com/christopinka/django-civil",
    "pypi_version": "0.0.2",
    "created": "2012-03-09T08:14:00.603696-05:00",
    "modified": "2026-01-28T16:53:20.200186-05:00",
    "repo_forks": 1,
    "repo_description": "Fast productive CRM - CMS integration layer built on django",
    "pypi_url": "http://pypi.python.org/pypi/django-civil",
    "documentation_url": null,
    "repo_watchers": 3,
    "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": [
        "kunitoki"
    ]
}