API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2067/?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/225/?format=api"
    ],
    "id": 2067,
    "title": "django-fitbit",
    "slug": "django-fitbit",
    "last_updated": "2017-01-25T11:28:01-05:00",
    "last_fetched": "2026-05-26T18:07:00.791847-04:00",
    "repo_url": "https://github.com/orcasgit/django-fitbit",
    "pypi_version": "0.3.0",
    "created": "2013-10-21T14:31:11.312553-04:00",
    "modified": "2026-01-28T15:18:55.230089-05:00",
    "repo_forks": 29,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/django-fitbit",
    "documentation_url": "http://django-fitbit.readthedocs.org/en/latest/",
    "repo_watchers": 32,
    "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": [
        "brad",
        "dpoirier",
        "percyperez",
        "grokcode",
        "requires"
    ]
}