API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/8/"
    ],
    "id": 2601,
    "title": "django-parsley",
    "slug": "django-parsley",
    "last_updated": "2018-07-21T13:12:26-04:00",
    "last_fetched": "2026-02-15T18:13:38.616968-05:00",
    "repo_url": "https://github.com/agiliq/Django-parsley",
    "pypi_version": "0.7",
    "created": "2014-09-29T00:12:48.523195-04:00",
    "modified": "2026-01-28T14:34:03.114445-05:00",
    "repo_forks": 72,
    "repo_description": "Client side form validations for Django - Using parsley.js",
    "pypi_url": "http://pypi.python.org/pypi/django-parsley",
    "documentation_url": "",
    "repo_watchers": 438,
    "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": [
        "tuxcanfly",
        "shabda",
        "treyhunner",
        "akshar-raaj",
        "bhaskar234",
        "blueyed",
        "AliLozano",
        "kyogesh",
        "rameshugar",
        "litchfield",
        "dheerosaur",
        "jproffitt",
        "mauricioabreu",
        "samkuehn",
        "satyaakam",
        "kmmbvnr",
        "nlhkabu",
        "scottwoodall",
        "charettes",
        "gollum23"
    ]
}