API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/556/?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/58/?format=api"
    ],
    "id": 556,
    "title": "django-customfields",
    "slug": "django-customfields",
    "last_updated": "2014-02-16T07:48:57-05:00",
    "last_fetched": "2026-02-15T04:06:16.838835-05:00",
    "repo_url": "https://github.com/ionelmc/django-customfields",
    "pypi_version": "0.1.0",
    "created": "2010-12-29T13:18:56.040404-05:00",
    "modified": "2026-01-28T16:59:40.189177-05:00",
    "repo_forks": 0,
    "repo_description": "Couple of custom model fields for django: CachedManyToManyField and InheritedField",
    "pypi_url": "http://pypi.python.org/pypi/django-customfields",
    "documentation_url": null,
    "repo_watchers": 2,
    "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": [
        "ionelmc",
        "bitdeli-chef"
    ]
}