API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2909/
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/25/",
        "https://djangopackages.org/api/v4/grids/301/"
    ],
    "id": 2909,
    "title": "behave-django",
    "slug": "behave-django",
    "last_updated": "2025-12-15T05:05:11-05:00",
    "last_fetched": "2026-02-15T17:12:22.436625-05:00",
    "repo_url": "https://github.com/behave/behave-django",
    "pypi_version": "1.9.0",
    "created": "2015-05-18T00:06:25.586093-04:00",
    "modified": "2026-01-28T14:08:34.167110-05:00",
    "repo_forks": 53,
    "repo_description": "Behave BDD integration for Django",
    "pypi_url": "http://pypi.python.org/pypi/behave-django",
    "documentation_url": "https://pythonhosted.org/behave-django/",
    "repo_watchers": 213,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        0,
        1,
        3,
        0,
        0,
        0,
        0,
        0,
        4,
        0,
        2,
        0,
        1,
        6,
        0,
        0,
        0,
        1,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        14,
        2,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "bittner",
        "mixxorz",
        "ivancrneto",
        "sebastianmanger",
        "avsd",
        "sih4sing5hong5",
        "nikolas",
        "blue-hope",
        "dolan-a",
        "morty",
        "jenisys",
        "kingbuzzman",
        "pauloxnet",
        "fizista",
        "nhill-cpi"
    ]
}