API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3877/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/112/?format=api"
    ],
    "id": 3877,
    "title": "Texting Centre",
    "slug": "texting",
    "last_updated": "2022-03-13T10:25:10-04:00",
    "last_fetched": "2023-08-27T17:48:04.025407-04:00",
    "repo_url": "https://github.com/fmalina/blocl-texting",
    "pypi_version": "0.0.13",
    "created": "2017-07-11T13:22:45.239417-04:00",
    "modified": "2025-01-31T14:59:52.368613-05:00",
    "repo_forks": 0,
    "repo_description": "Texting Centre",
    "pypi_url": "http://pypi.python.org/pypi/texting",
    "documentation_url": "",
    "repo_watchers": 4,
    "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": [
        "fmalina"
    ]
}