API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2278/?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": 2278,
    "title": "django-dynamic-scraper",
    "slug": "django-dynamic-scraper",
    "last_updated": "2021-06-25T07:30:43-04:00",
    "last_fetched": "2026-05-26T14:11:25.653738-04:00",
    "repo_url": "https://github.com/holgerd77/django-dynamic-scraper",
    "pypi_version": "0.13.3",
    "created": "2014-03-18T07:42:58.078260-04:00",
    "modified": "2026-01-28T14:40:40.903913-05:00",
    "repo_forks": 302,
    "repo_description": "Creating Scrapy scrapers via the Django admin interface",
    "pypi_url": "http://pypi.python.org/pypi/django-dynamic-scraper",
    "documentation_url": "http://django-dynamic-scraper.readthedocs.org/en/latest/",
    "repo_watchers": 1159,
    "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": [
        "holgerd77",
        "kas",
        "ryokamiya",
        "pitervergara",
        "zzpwelkin",
        "DeanSherwin",
        "bashu",
        "joetric",
        "rakanalh"
    ]
}