API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2727/?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/11/?format=api",
        "https://djangopackages.org/api/v4/grids/406/?format=api"
    ],
    "id": 2727,
    "title": "yet-another-django-profiler",
    "slug": "yet-another-django-profiler",
    "last_updated": "2021-01-26T04:42:42-05:00",
    "last_fetched": "2022-03-19T21:48:06.134903-04:00",
    "repo_url": "https://github.com/safarijv/yet-another-django-profiler",
    "pypi_version": "1.1.0",
    "created": "2015-01-09T03:59:52.860553-05:00",
    "modified": "2025-01-31T15:00:04.944165-05:00",
    "repo_forks": 0,
    "repo_description": "Django performance profiling middleware and management command",
    "pypi_url": "http://pypi.python.org/pypi/yet-another-django-profiler",
    "documentation_url": "http://yet-another-django-profiler.readthedocs.org/en/latest/",
    "repo_watchers": 0,
    "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": [
        "traff",
        "birdonfire",
        "wiliamsouza",
        "jmbowman",
        "vdboor",
        "martharotter",
        "PierreF"
    ]
}