API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1750/?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/33/?format=api",
        "https://djangopackages.org/api/v4/grids/117/?format=api"
    ],
    "id": 1750,
    "title": "django-meta",
    "slug": "django-meta",
    "last_updated": "2026-02-10T02:35:30-05:00",
    "last_fetched": "2026-02-15T17:17:36.309627-05:00",
    "repo_url": "https://github.com/nephila/django-meta",
    "pypi_version": "2.5.0",
    "created": "2013-04-04T11:45:21.641445-04:00",
    "modified": "2026-01-28T14:13:57.480876-05:00",
    "repo_forks": 66,
    "repo_description": "Pluggable app to allow Django developers to quickly add meta tags and OpenGraph, Twitter, and Google Plus properties to their HTML responses.",
    "pypi_url": "http://pypi.python.org/pypi/django-meta",
    "documentation_url": "https://django-meta.readthedocs.io/",
    "repo_watchers": 523,
    "commits_over_52": [
        0,
        1,
        2,
        0,
        2,
        1,
        1,
        1,
        5,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        0,
        1,
        1,
        1,
        1,
        1,
        0,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        0,
        1,
        1,
        0,
        1,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        1
    ],
    "participants": [
        "yakky",
        "pre-commit-ci[bot]",
        "protoroto",
        "joesolly",
        "leifdenby",
        "timgates42",
        "thesayfulla",
        "h1nk",
        "ellmetha",
        "dependabot-preview[bot]",
        "brahim12chamakh",
        "asmyshlyaev177",
        "thijstriemstra",
        "petermorrowdev",
        "mireq",
        "miratcan",
        "kencochrane",
        "therefromhere",
        "cansin",
        "peleccom"
    ]
}