API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3274/?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/23/?format=api"
    ],
    "id": 3274,
    "title": "django-personal-blog",
    "slug": "django-personal-blog",
    "last_updated": "2016-06-13T16:30:03-04:00",
    "last_fetched": "2016-07-24T14:06:53.747280-04:00",
    "repo_url": "https://github.com/illia-v/django-personal-blog",
    "pypi_version": null,
    "created": "2016-04-11T15:59:23.195345-04:00",
    "modified": "2025-01-31T14:58:54.098442-05:00",
    "repo_forks": 0,
    "repo_description": "a Django app for people, that want to have a simple personal blog.",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 1,
    "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": [
        "illia-v"
    ]
}