API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1449/
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/74/",
        "https://djangopackages.org/api/v4/grids/65/"
    ],
    "id": 1449,
    "title": "django-geojson",
    "slug": "django-geojson",
    "last_updated": "2025-11-19T10:00:31-05:00",
    "last_fetched": "2026-02-15T18:03:00.924785-05:00",
    "repo_url": "https://github.com/makinacorpus/django-geojson",
    "pypi_version": "4.2.0",
    "created": "2012-09-11T03:33:26.284613-04:00",
    "modified": "2026-01-28T14:22:16.119467-05:00",
    "repo_forks": 70,
    "repo_description": "django-geojson is a collection of helpers to (de)serialize (Geo)Django objects into GeoJSON.",
    "pypi_url": "http://pypi.python.org/pypi/django-geojson",
    "documentation_url": null,
    "repo_watchers": 267,
    "commits_over_52": [
        1,
        0,
        0,
        2,
        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,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "leplatrem",
        "Gagaro",
        "amarandon",
        "adamchainz",
        "jlesech",
        "fle",
        "gutard",
        "kevcooper",
        "manelclos",
        "sikmir",
        "coredumperror",
        "tcommandeur",
        "ScottEAdams",
        "tochev",
        "alvinlindstam",
        "AchilleAsh",
        "abusquets",
        "bielfrontera",
        "george-silva",
        "jeffreykog",
        "lukasalexanderweber",
        "gbip",
        "micrypt",
        "djcoin",
        "tzetter",
        "Vayel",
        "willemarcel",
        "justinvansteijn",
        "konstin",
        "varnerac-ubnt"
    ]
}