API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2821/
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/58/"
    ],
    "id": 2821,
    "title": "django-separatedvaluesfield",
    "slug": "django-separatedvaluesfield",
    "last_updated": "2024-09-30T09:46:21-04:00",
    "last_fetched": "2026-02-15T19:05:28.560405-05:00",
    "repo_url": "https://github.com/thoas/django-separatedvaluesfield",
    "pypi_version": "0.6.0",
    "created": "2015-03-25T17:37:51.796301-04:00",
    "modified": "2026-01-28T14:42:41.882085-05:00",
    "repo_forks": 10,
    "repo_description": "Custom field for Django to separate multiple values in database with a separator and retrieve them as list",
    "pypi_url": "http://pypi.python.org/pypi/django-separatedvaluesfield",
    "documentation_url": "",
    "repo_watchers": 26,
    "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": [
        "thoas",
        "gillesfabio",
        "bricecarpentier",
        "louiseGrandjonc",
        "jnoortheen"
    ]
}