V1 Index Metadata

Archive of V1 Endpoints: Metadata

Find index statistics and release dates with Metadata. Index Metadata via API is only available with a paid API subscription.

This guide outlines the endpoints for now archived V1 Mozscape API endpoints. The new Moz Links API endpoints are available here.

Syntax

Metadata uses a different call structure than other Moz API calls: instead of specifying a target URL to analyze, metadata sends a single command with no parameters.

The default return format for last_update and next_update is an unencoded integer (the date in Unix Epoch format). Append .json to last_update and next_update to have the API return the results in JSON-encoded format.

For example, the following call returns an unencoded integer:

http://lsapi.seomoz.com/linkscape/metadata/last_update

This call returns JSON-encoded results:

http://lsapi.seomoz.com/linkscape/metadata/last_update.json

Commands

Call

Description

Response fields

last_update

(last_update.json)

Returns the date (in Unix Epoch format) of the last Mozscape Index update (In JSON).

(none)

next_update

(next_update.json)

Returns the date (in Unix Epoch format) of the next scheduled Mozscape Index update (In JSON).

(none)

index_stats

[Partially Deprecated]

Returns data about the volume of information in the Mozscape Index.

crawl_duration: Duration in days of the current index crawl length

urls: Number of URLs

fqdns: Number of fully-qualified domain names (subdomains)

plds: Number of paid-level domains (root domains)

links: Number of links crawled

nofollow: Percentage of links with a nofollow attribute specified

Please note, this field no longer returns results and is considered deprecated.

rel_canonical: Percentage of links with a canonical attribute specified

Please note, this field no longer returns results and is considered deprecated.

links_per_page: Average number of links per page

Please note, this field no longer returns results and is considered deprecated.

external_links_per_page: Average number of external links per page

Please note, this field no longer returns results and is considered deprecated.


Woo! 🎉
Thanks for the feedback.

Got it.
Thanks for the feedback.