API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/23/",
        "https://djangopackages.org/api/v4/grids/1/"
    ],
    "id": 782,
    "title": "django-stories",
    "slug": "django-stories",
    "last_updated": "2011-05-02T08:54:42-04:00",
    "last_fetched": "2022-03-18T21:48:07.364491-04:00",
    "repo_url": "https://github.com/washingtontimes/django-stories",
    "pypi_version": "1.0.8",
    "created": "2011-05-02T15:37:36.085471-04:00",
    "modified": "2025-01-31T14:59:15.792840-05:00",
    "repo_forks": 1,
    "repo_description": "An application for handling newspaper-like stories on a web site.",
    "pypi_url": "http://pypi.python.org/pypi/django-stories",
    "documentation_url": "https://readthedocs.org/projects/django-stories/",
    "repo_watchers": 14,
    "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": [
        "coordt",
        "josesoa",
        "rlewko",
        "toddstowell",
        "twtwebdev",
        "wavrin",
        "justquick"
    ]
}