V1 Index Metadata (Legacy)

Looking for documentation for the current iteration of the Moz API? Access it here!

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 Moz API V1 endpoints. The Moz API V2 endpoints are available here.

Have you heard? All the Moz API endpoints are now available in one unified API instance. To learn more and get started, check out the all-new documentation 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.seooutdoorsrank.com/linkscape/metadata/last_update

This call returns JSON-encoded results:

http://lsapi.seooutdoorsrank.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 Moz API V1 Index update (In JSON).

(none)

next_update

(next_update.json)

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

(none)

index_stats

[Partially Deprecated]

Returns data about the volume of information in the Moz API V1 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.