RPKI Lookup

Route Origin Authorization Search

Enter an AS number or IP prefix to find Route Origin Authorizations

910,915 ROAs and 6,646 ASPAs from 5 trust anchors. Last updated: 04:32, May 29, 2026 UTC

Exact Matches

12
ASN Prefix Max Length Trust Anchor Expires
AS396571 2a10:eec0:abcd::30/128 /128 RIPE 2026-05-29
AS396589 2a10:eec0:abcd::30/128 /128 RIPE 2026-05-29
AS396609 2a10:eec0:abcd::30/128 /128 RIPE 2026-05-29
AS397196 2a10:eec0:abcd::30/128 /128 RIPE 2026-05-29
AS19836 2a10:eec0:abcd::30/128 /128 RIPE 2026-05-29
AS20362 2a10:eec0:abcd::30/128 /128 RIPE 2026-05-29
AS36627 2a10:eec0:abcd::30/128 /128 RIPE 2026-05-29
AS396547 2a10:eec0:abcd::30/128 /128 RIPE 2026-05-29
AS396827 2a10:eec0:abcd::30/128 /128 RIPE 2026-05-29
AS396542 2a10:eec0:abcd::30/128 /128 RIPE 2026-05-29
AS36616 2a10:eec0:abcd::30/128 /128 RIPE 2026-05-29
AS36622 2a10:eec0:abcd::30/128 /128 RIPE 2026-05-29

Covering ROAs

12

Less-specific prefixes that contain 2a10:eec0:abcd::30/128

ASN Prefix Max Length Trust Anchor Expires
AS397207 2a10:eec0:abcd::/48 /48 RIPE 2026-05-29
AS396581 2a10:eec0:abcd::/48 /48 RIPE 2026-05-29
AS396582 2a10:eec0:abcd::/48 /48 RIPE 2026-05-29
AS396594 2a10:eec0:abcd::/48 /48 RIPE 2026-05-29
AS396604 2a10:eec0:abcd::/48 /48 RIPE 2026-05-29
AS396550 2a10:eec0:abcd::/48 /48 RIPE 2026-05-29
AS396553 2a10:eec0:abcd::/48 /48 RIPE 2026-05-29
AS396595 2a10:eec0:abcd::/48 /48 RIPE 2026-05-29
AS397200 2a10:eec0:abcd::/48 /48 RIPE 2026-05-29
AS36622 2a10:eec0:abcd::/48 /48 RIPE 2026-05-29
AS36628 2a10:eec0:abcd::/48 /48 RIPE 2026-05-29
AS397203 2a10:eec0:abcd::/48 /48 RIPE 2026-05-29

Showing closest 12 covering prefixes.

API Access

JSON API

Access RPKI data programmatically. Current snapshots are free; historical data requires an Organization tier API key.

Route Validation (RFC 6811)

GET /any53/rpki/api/validate/?prefix=193.0.0.0/21&asn=3333
curl -sS "https://www.any53.com/any53/rpki/api/validate/?prefix=193.0.0.0/21&asn=3333" | jq .
{
  "prefix": "193.0.0.0/21",
  "asn": 3333,
  "status": "valid",
  "message": "Route is covered by a valid ROA",
  "matching_roa": {
    "asn": 3333,
    "prefix": "193.0.0.0/21",
    "max_length": 21,
    "trust_anchor": "ripe"
  }
}

List ROAs by ASN

GET /any53/rpki/api/roas/?asn=3333
curl -sS "https://www.any53.com/any53/rpki/api/roas/?asn=3333" | jq .

Covering/Contained Prefixes

GET /any53/rpki/api/roas/covering/193.0.0.0/24/
# Less-specific (covering) ROAs
curl -sS "https://www.any53.com/any53/rpki/api/roas/covering/193.0.0.0/24/" | jq .

# More-specific (contained) ROAs
curl -sS "https://www.any53.com/any53/rpki/api/roas/contained/193.0.0.0/16/" | jq .

ROA Change History

Track when ROAs were added, removed, or modified. Requires Organization tier.

GET /any53/rpki/api/history/?asn=3333&since=2026-01-01
curl -H "X-API-Key: ${YOUR_API_KEY}" \
  "https://www.any53.com/any53/rpki/api/history/?asn=3333&since=2026-01-01" | jq .
{
  "count": 3,
  "history": [
    {
      "timestamp": "2026-01-15T08:30:00Z",
      "change_type": "added",
      "asn": 3333,
      "prefix": "193.0.10.0/24",
      "max_length": 24,
      "trust_anchor": "ripe"
    },
    {
      "timestamp": "2026-01-10T14:15:00Z",
      "change_type": "modified",
      "asn": 3333,
      "prefix": "193.0.0.0/21",
      "max_length": 21,
      "expires": "2026-06-01T00:00:00Z",
      "old_expires": "2026-03-01T00:00:00Z"
    }
  ]
}

Endpoints

Endpoint Description Tier
GET /rpki/api/validate/ RFC 6811 route validation Free
GET /rpki/api/roas/ List ROAs (filter by ASN, prefix, TA) Free
GET /rpki/api/roas/covering/{prefix}/ Find less-specific ROAs Free
GET /rpki/api/roas/contained/{prefix}/ Find more-specific ROAs Free
GET /rpki/api/aspas/ List ASPAs (filter by customer, provider) Free
GET /rpki/api/snapshots/ List recent import snapshots Free
GET /rpki/api/history/ ROA change history (when did X happen?) Organization

Rate Limits

Tier Rate Limit Features
Anonymous 100/hour Current snapshot only
Verified 600/hour Current snapshot only
Organization 6000/hour Historical data, change tracking

Generate API Key

Get a free API key to start making requests. Provide an email to upgrade to the verified tier (600 requests/hour).

About RPKI

Resource Public Key Infrastructure (RPKI) enables network operators to cryptographically attest to the IP prefixes they are authorized to originate.

A Route Origin Authorization (ROA) binds an IP prefix to an AS number, allowing routers to validate BGP announcements and reject hijacks.

Trust Anchor Coverage

Data sourced from the five Regional Internet Registry trust anchors.

Trust Anchor ROAs
RIPE NCC 345,135
ARIN 253,447
APNIC 241,338
LACNIC 42,255
AFRINIC 28,740