API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/25/?format=api",
        "https://djangopackages.org/api/v4/grids/11/?format=api"
    ],
    "id": 2731,
    "title": "django-testmigrate",
    "slug": "django-testmigrate",
    "last_updated": "2016-02-12T01:15:05-05:00",
    "last_fetched": "2026-02-16T00:01:48.913294-05:00",
    "repo_url": "https://github.com/greyside/django-testmigrate",
    "pypi_version": "0.4.0",
    "created": "2015-01-11T16:07:37.298777-05:00",
    "modified": "2026-01-28T15:28:11.972825-05:00",
    "repo_forks": 1,
    "repo_description": "Run automated tests for your migrations.",
    "pypi_url": "http://pypi.python.org/pypi/django-testmigrate",
    "documentation_url": "",
    "repo_watchers": 19,
    "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": [
        "SeanHayes",
        "peterlauri"
    ]
}