API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5714/
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/431/"
    ],
    "id": 5714,
    "title": "django-timescaledb",
    "slug": "django-timescaledb",
    "last_updated": "2025-04-10T16:08:43-04:00",
    "last_fetched": "2026-02-15T09:06:32.906448-05:00",
    "repo_url": "https://github.com/schlunsen/django-timescaledb",
    "pypi_version": "0.2.13",
    "created": "2023-06-24T00:08:47.119879-04:00",
    "modified": "2026-01-29T12:56:43.322907-05:00",
    "repo_forks": 53,
    "repo_description": "A Django database backend and tooling for Timescaledb.",
    "pypi_url": "https://pypi.org/project/django-timescaledb",
    "documentation_url": "",
    "repo_watchers": 236,
    "commits_over_52": [
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        3,
        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": [
        "schlunsen",
        "bencleary",
        "daadu",
        "jamessewell",
        "nitr0man",
        "dreaquil",
        "lmmentel",
        "eyadmba",
        "jonathan-s",
        "jmitchel3",
        "ollz272",
        "rupert-br",
        "duml"
    ]
}