API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1949/
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/118/"
    ],
    "id": 1949,
    "title": "django-states2",
    "slug": "django-states2",
    "last_updated": "2018-10-12T02:30:41-04:00",
    "last_fetched": "2026-02-16T01:00:56.633276-05:00",
    "repo_url": "https://github.com/vikingco/django-states2",
    "pypi_version": "1.6.5",
    "created": "2013-07-24T12:36:04.040930-04:00",
    "modified": "2026-01-28T15:47:25.394970-05:00",
    "repo_forks": 39,
    "repo_description": "State machine for django models.",
    "pypi_url": "http://pypi.python.org/pypi/django-states",
    "documentation_url": null,
    "repo_watchers": 131,
    "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": [
        "gvangool",
        "jonathanslenders",
        "jgeskens",
        "rh0dium",
        "dirkmoors",
        "nielsvanoch",
        "brot",
        "oliviersels",
        "sgillis",
        "Duologic",
        "jpadilla",
        "meizon",
        "gcollazo",
        "mrbox",
        "janfabry",
        "techdragon"
    ]
}