API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4550/
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/31/"
    ],
    "id": 4550,
    "title": "django-migrate-sql",
    "slug": "django-migrate-sql",
    "last_updated": "2020-03-31T14:42:08-04:00",
    "last_fetched": "2026-02-15T01:02:39.480582-05:00",
    "repo_url": "https://github.com/festicket/django-migrate-sql",
    "pypi_version": "0.1.1",
    "created": "2020-03-14T06:42:13.160747-04:00",
    "modified": "2026-01-28T16:11:30.990281-05:00",
    "repo_forks": 4,
    "repo_description": "Django Migrations for raw SQL",
    "pypi_url": "http://pypi.python.org/pypi/django-migrate-sql",
    "documentation_url": "",
    "repo_watchers": 11,
    "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": [
        "klichukb",
        "browniebroke",
        "JiriKr"
    ]
}