API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2312/
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/33/",
        "https://djangopackages.org/api/v4/grids/117/"
    ],
    "id": 2312,
    "title": "django-meta-mixin",
    "slug": "django-meta-mixin",
    "last_updated": "2016-03-29T17:49:01-04:00",
    "last_fetched": "2026-02-15T07:04:50.446354-05:00",
    "repo_url": "https://github.com/nephila/django-meta-mixin",
    "pypi_version": "0.3.0",
    "created": "2014-04-19T08:02:49.143088-04:00",
    "modified": "2026-01-29T12:46:07.202263-05:00",
    "repo_forks": 4,
    "repo_description": "An easy way to handle social networks metadata in django models",
    "pypi_url": "http://pypi.python.org/pypi/django-meta-mixin",
    "documentation_url": "",
    "repo_watchers": 18,
    "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": [
        "yakky",
        "sergei-maertens",
        "zanderle",
        "protoroto"
    ]
}