v1

latestOpenAPI 3.1.2Apache-2.02026-07-17241638.7 KB
Database

Get FetchDB node information

Returns fetch node database entries for the specified index range. Both from and to default to 0; if to is 0 or exceeds the total number of entries, all entries from the starting index are returned.

get/db/fetchdb

Query parameters

frominteger

Starting index (inclusive). Defaults to 0.

tointeger

Ending index (inclusive). Defaults to 0 (returns all).

Response

A JSON array of fetch node information objects.

urlstring

The URL of the fetched node.

statusinteger

The HTTP status code of the fetch.

numOfOutlinksinteger

The number of outgoing links discovered.