API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2527/
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/117/"
    ],
    "id": 2527,
    "title": "django-simple-seo",
    "slug": "django-simple-seo",
    "last_updated": "2014-09-13T05:15:32-04:00",
    "last_fetched": "2026-02-16T00:00:50.701675-05:00",
    "repo_url": "https://github.com/danigosa/django-simple-seo",
    "pypi_version": "1.0.3",
    "created": "2014-08-07T15:00:33.075871-04:00",
    "modified": "2026-01-28T15:26:23.249092-05:00",
    "repo_forks": 7,
    "repo_description": "django-simple-seo aims to attach a model to your views with just 4 simple lines of code and everything configured by the admin. i18n, S3 storage, and custom fields are supported.",
    "pypi_url": "http://pypi.python.org/pypi/django-simple-seo",
    "documentation_url": "",
    "repo_watchers": 15,
    "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": [
        "danigosa"
    ]
}