API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/62/?format=api"
    ],
    "id": 4074,
    "title": "Hijri Calendar",
    "slug": "hijricalendar",
    "last_updated": "2018-03-01T11:28:28-05:00",
    "last_fetched": "2026-02-16T04:04:47.144364-05:00",
    "repo_url": "https://github.com/hmtanbir/hijricalendar",
    "pypi_version": "0.0.1",
    "created": "2018-02-23T08:05:24.929812-05:00",
    "modified": "2026-01-28T16:24:50.403454-05:00",
    "repo_forks": 0,
    "repo_description": "Hijri Calendar is a package for Bangla language users with various functionalities including Arabic date in bangla and english format..",
    "pypi_url": "http://pypi.python.org/pypi/hijricalendar",
    "documentation_url": "https://github.com/hmtanbir/hijricalendar/blob/master/README.md",
    "repo_watchers": 6,
    "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": [
        "hmtanbir"
    ]
}