API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/25/?format=api"
    ],
    "id": 1703,
    "title": "django-with-asserts",
    "slug": "django-with-asserts",
    "last_updated": "2013-03-16T19:49:08-04:00",
    "last_fetched": "2026-02-15T22:03:27.321744-05:00",
    "repo_url": "https://github.com/johnpaulett/django-with-asserts",
    "pypi_version": "0.0.1",
    "created": "2013-03-05T22:28:08.247235-05:00",
    "modified": "2026-01-28T15:19:45.930393-05:00",
    "repo_forks": 7,
    "repo_description": "Test Django HTML with Context Managers",
    "pypi_url": "http://pypi.python.org/pypi/django-with-asserts",
    "documentation_url": "https://readthedocs.org/projects/django-with-asserts/",
    "repo_watchers": 19,
    "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": [
        "johnpaulett"
    ]
}