API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2049/
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/218/",
        "https://djangopackages.org/api/v4/grids/257/"
    ],
    "id": 2049,
    "title": "cookiecutter-django-crud",
    "slug": "cookiecutter-django-crud",
    "last_updated": "2015-12-10T11:37:59-05:00",
    "last_fetched": "2026-02-15T09:05:30.166214-05:00",
    "repo_url": "https://github.com/wildfish/cookiecutter-django-crud",
    "pypi_version": null,
    "created": "2013-09-26T21:54:38.984117-04:00",
    "modified": "2026-01-29T12:55:05.598286-05:00",
    "repo_forks": 32,
    "repo_description": "A cookiecutter template to create a Django app around a model with CRUD views using django-vanilla-views, a floppyforms ModelForm and WebTest tests using model mommy.",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 68,
    "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": [
        "rolo",
        "ikkebr"
    ]
}