API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/245/?format=api"
    ],
    "id": 2359,
    "title": "drf-compound-fields",
    "slug": "drf-compound-fields",
    "last_updated": "2019-09-21T21:06:39-04:00",
    "last_fetched": "2025-08-16T16:15:28.453428-04:00",
    "repo_url": "https://github.com/estebistec/drf-compound-fields",
    "pypi_version": "2.0.0",
    "created": "2014-05-06T15:10:12.549750-04:00",
    "modified": "2025-08-16T16:15:29.260049-04:00",
    "repo_forks": 12,
    "repo_description": "Django-REST-framework serializer fields for compound types.",
    "pypi_url": "http://pypi.python.org/pypi/drf-compound-fields",
    "documentation_url": "http://drf-compound-fields.readthedocs.org/en/latest/",
    "repo_watchers": 90,
    "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": [
        "estebistec",
        "TigorC",
        "tbarbugli"
    ]
}