API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1649/
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/58/"
    ],
    "id": 1649,
    "title": "django-measurement",
    "slug": "django-measurement",
    "last_updated": "2022-02-28T03:21:13-05:00",
    "last_fetched": "2026-02-15T17:21:31.626435-05:00",
    "repo_url": "https://github.com/coddingtonbear/django-measurement",
    "pypi_version": "3.2.4",
    "created": "2013-01-19T21:45:55.574447-05:00",
    "modified": "2026-01-28T14:18:07.856114-05:00",
    "repo_forks": 34,
    "repo_description": "Easily store, retrieve, and convert measurements of weight, volume, distance, area and more.",
    "pypi_url": "http://pypi.python.org/pypi/django-measurement",
    "documentation_url": "https://readthedocs.org/projects/django-measurement/",
    "repo_watchers": 149,
    "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": [
        "coddingtonbear",
        "codingjoe",
        "pyup-bot",
        "cullan",
        "syphar",
        "iansprice",
        "Pacu2",
        "Ashlett",
        "bitdeli-chef",
        "buddylindsey",
        "jtprince",
        "thijstriemstra",
        "scopalaffairs",
        "webit-mdowney"
    ]
}