API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/34/"
    ],
    "id": 1250,
    "title": "django-propaganda",
    "slug": "django-propaganda",
    "last_updated": "2015-08-02T14:44:14-04:00",
    "last_fetched": "2026-02-16T01:03:58.533139-05:00",
    "repo_url": "https://github.com/nabucosound/django-propaganda",
    "pypi_version": "1.1.5",
    "created": "2012-04-06T19:03:30.823074-04:00",
    "modified": "2026-01-28T15:53:09.492989-05:00",
    "repo_forks": 3,
    "repo_description": "Management of simple newsletters",
    "pypi_url": "http://pypi.python.org/pypi/django-propaganda",
    "documentation_url": "https://readthedocs.org/projects/django-propaganda/",
    "repo_watchers": 56,
    "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": [
        "nabucosound"
    ]
}