API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4085/
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/",
        "https://djangopackages.org/api/v4/grids/221/"
    ],
    "id": 4085,
    "title": "Django URL or Relative URL Field",
    "slug": "django-url-or-relative-url-field",
    "last_updated": "2022-01-14T04:59:24-05:00",
    "last_fetched": "2026-02-15T20:07:46.517997-05:00",
    "repo_url": "https://github.com/timonweb/django-url-or-relative-url-field",
    "pypi_version": "0.2.0",
    "created": "2018-03-13T10:39:28.280848-04:00",
    "modified": "2026-01-28T15:00:58.584770-05:00",
    "repo_forks": 5,
    "repo_description": "A Django model field that supports both absolute and relative URLs.",
    "pypi_url": "http://pypi.python.org/pypi/django-url-or-relative-url-field",
    "documentation_url": "https://timonweb.com/oss/django-url-or-relative-url-field/",
    "repo_watchers": 11,
    "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": [
        "timonweb",
        "christianwgd",
        "Squarehost"
    ]
}