API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1714/?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/11/?format=api"
    ],
    "id": 1714,
    "title": "django-launch-page",
    "slug": "django-launch-page",
    "last_updated": "2019-05-03T16:08:40-04:00",
    "last_fetched": "2026-02-15T02:01:58.597420-05:00",
    "repo_url": "https://github.com/RyanBalfanz/django-launch-page",
    "pypi_version": "0.1.1",
    "created": "2013-03-17T04:15:11.041920-04:00",
    "modified": "2026-01-28T16:18:10.287933-05:00",
    "repo_forks": 3,
    "repo_description": "A launch page for a Django project to collect e-mail addresses and more.",
    "pypi_url": "http://pypi.python.org/pypi/django-launch-page",
    "documentation_url": null,
    "repo_watchers": 21,
    "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": [
        "RyanBalfanz",
        "theofilis"
    ]
}