Scrape all API endpoints

Viewed 354

Is there any way to scrape or get all endpoints of public API without any docs etc.? I have only the URL for main endpoint that returns "Backend works".

1 Answers

No. There's no generic way of detecting all possible public API endpoints.

Related