API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/612/?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/8/?format=api"
    ],
    "id": 612,
    "title": "django-merlin",
    "slug": "django-merlin",
    "last_updated": "2011-03-02T15:01:16-05:00",
    "last_fetched": "2022-03-18T21:48:06.373687-04:00",
    "repo_url": "https://github.com/localbase/django-merlin",
    "pypi_version": "0.8",
    "created": "2011-01-31T13:21:17.861905-05:00",
    "modified": "2025-01-31T14:58:44.634859-05:00",
    "repo_forks": 11,
    "repo_description": "Providing alternate form wizards for the Django project.",
    "pypi_url": "http://pypi.python.org/pypi/django-merlin",
    "documentation_url": "https://readthedocs.org/projects/django-merlin/",
    "repo_watchers": 27,
    "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": [
        "cgallemore",
        "supercodepoet"
    ]
}