Skip to main content

Archive_GetPage

Archive_GetPage

Path Parameters
  • site string required

    The site id.

  • page string required

    The page id.

Query Parameters
  • selector string

    The html selector to use to return the page content.

Responses

OK

Schema
  • name string required

    The name of the page.

  • content string

    The page content according to the html selector.

GET /v1alpha1/sites/:site/pages/:page
site — path
page — path
selector — query
curl -L -X GET 'https://webpage.animeapis.com/v1alpha1/sites/:site/pages/:page' \
-H 'Accept: application/json'