API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2475/?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/237/?format=api"
    ],
    "id": 2475,
    "title": "django-scraper",
    "slug": "django-scraper",
    "last_updated": "2015-10-27T07:46:38-04:00",
    "last_fetched": "2026-05-26T23:01:43.965889-04:00",
    "repo_url": "https://github.com/zniper/django-scraper",
    "pypi_version": "0.3.8",
    "created": "2014-07-04T04:10:03.718863-04:00",
    "modified": "2026-01-28T15:55:16.087595-05:00",
    "repo_forks": 13,
    "repo_description": "Django application which crawls and downloads online content following instructions",
    "pypi_url": "http://pypi.python.org/pypi/django-scraper",
    "documentation_url": "https://github.com/zniper/django-scraper/blob/master/README.md",
    "repo_watchers": 19,
    "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": [
        "zniper"
    ]
}