---
title: "GET /wayback/v1/available"
method: GET
path: "/wayback/v1/available"
---

# GET /wayback/v1/available

`GET /wayback/v1/available`

## Query parameters

- `url` string, required
- `timestamp` string
- `callback` string
- `timeout` number
- `closest` 'either' | 'before' | 'after'
- `status_code` 200 | 201 | 202 | 203 | 204 | 205 | 206 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 418 | 421 | 426 | 428 | 429 | 431 | 500 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 511
- `tag` string

## Response `200`

Nominal Availability results

- AvailabilityResults
  - `results` ArchivedResult[], required — A list of results
    - `url` string, required — The URL requested
    - `timestamp` string, dateTime, required — The _intepreted_ timestamp requested, in [RFC 3339](http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html) format
    - `tag` string — The user-supplied tag for use in collation
    - `snapshot` Snapshot, required
      - `url` string — The URL requested
      - `timestamp` string, dateTime — The timestamp of the snapshot in [RFC 3339](http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html) format
      - `status` integer — The HTTP status of the URL requested

## Other responses

- `default` — Unexpected error

## Changes

- **2016-04-13** `f449c38cc499` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/archivelabs/apis/wayback-api/changes/wayback/v1/available/get.md)

---

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