API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/42/"
    ],
    "id": 2303,
    "title": "django-fabric",
    "slug": "django-fabric",
    "last_updated": "2015-07-18T12:25:06-04:00",
    "last_fetched": "2026-02-15T21:07:03.221166-05:00",
    "repo_url": "https://github.com/mocco/django-fabric",
    "pypi_version": "2.1.0",
    "created": "2014-04-13T15:06:23.354631-04:00",
    "modified": "2026-01-28T15:13:10.238305-05:00",
    "repo_forks": 6,
    "repo_description": "a generic fabric utility class for django projects",
    "pypi_url": "http://pypi.python.org/pypi/django-fabric",
    "documentation_url": "https://readthedocs.org/projects/django-fabric",
    "repo_watchers": 25,
    "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": [
        "relekang",
        "frecar",
        "haeric"
    ]
}