Skip to main content
POST
/
api
/
npm
/
orgs
/
packages
/npm/orgs/packages
curl --request POST \
  --url https://api.anysite.io/api/npm/orgs/packages \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "org": "<string>",
  "timeout": 300
}
'
[
  {
    "name": "<string>",
    "@type": "@npm_org_package",
    "permission": ""
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
org
string
required

npm organization (scope) name, with or without leading '@'

Minimum string length: 1
Examples:

"angular"

"@vercel"

"babel"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

name
string
required
@type
string
default:@npm_org_package
permission
string
default:""