API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/221/"
    ],
    "id": 2463,
    "title": "Django Macros URL",
    "slug": "django-macros-url",
    "last_updated": "2017-08-08T09:14:04-04:00",
    "last_fetched": "2026-02-15T22:02:56.322736-05:00",
    "repo_url": "https://github.com/phpdude/django-macros-url",
    "pypi_version": "0.4.0",
    "created": "2014-06-28T15:09:43.399692-04:00",
    "modified": "2026-01-28T15:18:50.017291-05:00",
    "repo_forks": 14,
    "repo_description": "Django Macros URL. Routing must be simple as possible",
    "pypi_url": "http://pypi.python.org/pypi/django-macros-url",
    "documentation_url": "http://phpdude.github.io/django-macros-url/",
    "repo_watchers": 139,
    "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": [
        "phpdude",
        "Sinkler",
        "alanjds",
        "luzfcb",
        "johnfraney"
    ]
}