API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/351/?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/13/?format=api"
    ],
    "id": 351,
    "title": "dagny",
    "slug": "dagny",
    "last_updated": "2012-09-14T07:15:03-04:00",
    "last_fetched": "2026-02-15T22:00:51.655499-05:00",
    "repo_url": "https://github.com/zacharyvoase/dagny",
    "pypi_version": "0.3.0",
    "created": "2010-09-13T03:35:28.938851-04:00",
    "modified": "2026-01-28T15:15:13.463312-05:00",
    "repo_forks": 10,
    "repo_description": "Rails-style Resource-Oriented Architecture for Django.",
    "pypi_url": "http://pypi.python.org/pypi/dagny",
    "documentation_url": null,
    "repo_watchers": 157,
    "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": [
        "zacharyvoase",
        "brenthargrave",
        "mikexstudios"
    ]
}