API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/895/?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/172/?format=api"
    ],
    "id": 895,
    "title": "django-dynamo",
    "slug": "django-dynamo",
    "last_updated": "2011-08-05T02:23:02-04:00",
    "last_fetched": "2026-05-25T22:04:25.793247-04:00",
    "repo_url": "https://bitbucket.org/schacki/django-dynamo",
    "pypi_version": "0.25",
    "created": "2011-08-03T21:40:40.393455-04:00",
    "modified": "2026-01-28T16:09:15.107911-05:00",
    "repo_forks": 3,
    "repo_description": "Dynamo let users and admins create and mantain their Django DYNAmic MOdels dynamically at runtime.",
    "pypi_url": "http://pypi.python.org/pypi/django-dynamo",
    "documentation_url": "https://readthedocs.org/projects/django-dynamo/",
    "repo_watchers": 13,
    "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": [
        "schacki"
    ]
}