---
title: "Check outdated packages"
method: POST
path: "/api/outdated"
tags: ["api"]
---

# Check outdated packages

`POST /api/outdated`

## Request body

- ServerOutdatedRequest
  - `packages` ServerOutdatedPackage[]
    - `ecosystem` string
    - `name` string
    - `version` string

## Response `200`

OK

- ServerOutdatedResponse
  - `results` ServerOutdatedResult[]
    - `ecosystem` string
    - `is_outdated` boolean
    - `latest_version` string
    - `name` string
    - `version` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/git-pkgs/apis/git-pkgs-proxy-api.md) · [All operations](https://skmtc.dev/git-pkgs/apis/git-pkgs-proxy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/git-pkgs/git-pkgs-proxy-api/revisions/bef33406b6dc/schema)
