Skip to main content
POST
/
api
/
l2beat
/
projects
/l2beat/projects
curl --request POST \
  --url https://api.anysite.io/api/l2beat/projects \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "project": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "name": "<string>",
    "@type": "L2beatProjectDetail",
    "alias": "<string>",
    "image": "<string>",
    "type": "<string>",
    "host_chain": "<string>",
    "category": "<string>",
    "proof_system_type": "<string>",
    "stage": "<string>",
    "description": "<string>",
    "is_appchain": false,
    "providers": [],
    "purposes": [],
    "is_archived": false,
    "is_under_review": false,
    "next_stage": "<string>",
    "missing_requirements": [],
    "badges": [],
    "tvs": {
      "@type": "L2beatProjectTvs",
      "total": 123,
      "native": 123,
      "canonical": 123,
      "external": 123,
      "ether": 123,
      "stablecoin": 123,
      "btc": 123,
      "other": 123,
      "rwa_restricted": 123,
      "rwa_public": 123,
      "associated": 123,
      "change_7d": 123,
      "associated_tokens": []
    },
    "links": [],
    "risk_pillars": [],
    "stage_summary": [],
    "technology": [],
    "permissions": [],
    "contracts": [],
    "milestones": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
project
string
required

Project slug or an L2BEAT project URL

Minimum string length: 1
Examples:

"arbitrum"

"base"

"optimism"

"https://l2beat.com/scaling/projects/arbitrum"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
name
string
required
@type
string
default:L2beatProjectDetail
alias
string | null
image
string | null
type
string | null
host_chain
string | null
category
string | null
proof_system_type
string | null
stage
string | null
description
string | null
is_appchain
boolean
default:false
providers
string[]
purposes
string[]
is_archived
boolean
default:false
is_under_review
boolean
default:false
next_stage
string | null
missing_requirements
string[]
badges
object[]
tvs
object
risk_pillars
object[]
stage_summary
object[]
technology
object[]
permissions
object[]
contracts
object[]
milestones
object[]