API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/140/"
    ],
    "id": 3694,
    "title": "Django Heroku Skeleton",
    "slug": "django-heroku-skeleton",
    "last_updated": "2016-12-03T09:47:26-05:00",
    "last_fetched": "2024-10-08T13:58:44.216560-04:00",
    "repo_url": "https://github.com/WoHinDu/django-heroku-skeleton",
    "pypi_version": null,
    "created": "2017-01-29T09:32:58.125525-05:00",
    "modified": "2025-01-31T14:58:35.672439-05:00",
    "repo_forks": 0,
    "repo_description": "A modern Django 1.10+ skeleton. Works perfectly with Heroku.",
    "pypi_url": "",
    "documentation_url": "https://github.com/WoHinDu/django-heroku-skeleton/blob/master/readme.md",
    "repo_watchers": 15,
    "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": [
        "WoHinDu"
    ]
}