API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1504/?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/79/?format=api",
        "https://djangopackages.org/api/v4/grids/13/?format=api"
    ],
    "id": 1504,
    "title": "Django Simple REST",
    "slug": "django-simple-rest",
    "last_updated": "2017-05-24T05:45:16-04:00",
    "last_fetched": "2026-02-15T22:05:10.940467-05:00",
    "repo_url": "https://github.com/freshplum/django-simple-rest",
    "pypi_version": "1.4.1",
    "created": "2012-10-15T14:53:48.903398-04:00",
    "modified": "2026-01-28T15:23:08.770673-05:00",
    "repo_forks": 21,
    "repo_description": "A dead simple \"framework\" that lets you create RESTful APIs using only Django's class based views",
    "pypi_url": "http://pypi.python.org/pypi/django-simple-rest",
    "documentation_url": null,
    "repo_watchers": 73,
    "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": [
        "croach",
        "nick2k5",
        "emef",
        "xurble",
        "srosro"
    ]
}