![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@datafire/google_webmasters
Advanced tools
View Google Search Console data for your verified sites.
{
"type": "object",
"properties": {
"code": {
"title": "code",
"type": "string"
}
},
"required": [
"code"
]
}
{
"properties": {
"access_token": {
"type": "string"
},
"refresh_token": {
"type": "string"
},
"token_type": {
"type": "string"
},
"scope": {
"type": "string"
},
"expiration": {
"type": "string"
}
}
}
{}
{
"properties": {
"access_token": {
"type": "string"
},
"refresh_token": {
"type": "string"
},
"token_type": {
"type": "string"
},
"scope": {
"type": "string"
},
"expiration": {
"type": "string"
}
}
}
Lists the user's Search Console sites.
{
"type": [
"object",
"null"
],
"properties": {
"alt": {
"type": "string",
"description": "Data format for the response.",
"enum": [
"json"
]
},
"fields": {
"type": "string",
"description": "Selector specifying which fields to include in a partial response."
},
"key": {
"type": "string",
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token."
},
"oauth_token": {
"type": "string",
"description": "OAuth 2.0 token for the current user."
},
"prettyPrint": {
"type": "boolean",
"description": "Returns response with indentations and line breaks."
},
"quotaUser": {
"type": "string",
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided."
},
"userIp": {
"type": "string",
"description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits."
}
},
"additionalProperties": false
}
{
"$ref": "#/definitions/SitesListResponse"
}
Removes a site from the set of the user's Search Console sites.
{
"type": "object",
"properties": {
"siteUrl": {
"type": "string",
"description": "The URI of the property as defined in Search Console. Examples: http://www.example.com/ or android-app://com.example/"
},
"alt": {
"type": "string",
"description": "Data format for the response.",
"enum": [
"json"
]
},
"fields": {
"type": "string",
"description": "Selector specifying which fields to include in a partial response."
},
"key": {
"type": "string",
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token."
},
"oauth_token": {
"type": "string",
"description": "OAuth 2.0 token for the current user."
},
"prettyPrint": {
"type": "boolean",
"description": "Returns response with indentations and line breaks."
},
"quotaUser": {
"type": "string",
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided."
},
"userIp": {
"type": "string",
"description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits."
}
},
"additionalProperties": false,
"required": [
"siteUrl"
]
}
{}
Retrieves information about specific site.
{
"type": "object",
"properties": {
"siteUrl": {
"type": "string",
"description": "The URI of the property as defined in Search Console. Examples: http://www.example.com/ or android-app://com.example/"
},
"alt": {
"type": "string",
"description": "Data format for the response.",
"enum": [
"json"
]
},
"fields": {
"type": "string",
"description": "Selector specifying which fields to include in a partial response."
},
"key": {
"type": "string",
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token."
},
"oauth_token": {
"type": "string",
"description": "OAuth 2.0 token for the current user."
},
"prettyPrint": {
"type": "boolean",
"description": "Returns response with indentations and line breaks."
},
"quotaUser": {
"type": "string",
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided."
},
"userIp": {
"type": "string",
"description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits."
}
},
"additionalProperties": false,
"required": [
"siteUrl"
]
}
{
"$ref": "#/definitions/WmxSite"
}
Adds a site to the set of the user's sites in Search Console.
{
"type": "object",
"properties": {
"siteUrl": {
"type": "string",
"description": "The URL of the site to add."
},
"alt": {
"type": "string",
"description": "Data format for the response.",
"enum": [
"json"
]
},
"fields": {
"type": "string",
"description": "Selector specifying which fields to include in a partial response."
},
"key": {
"type": "string",
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token."
},
"oauth_token": {
"type": "string",
"description": "OAuth 2.0 token for the current user."
},
"prettyPrint": {
"type": "boolean",
"description": "Returns response with indentations and line breaks."
},
"quotaUser": {
"type": "string",
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided."
},
"userIp": {
"type": "string",
"description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits."
}
},
"additionalProperties": false,
"required": [
"siteUrl"
]
}
{}
Query your data with filters and parameters that you define. Returns zero or more rows grouped by the row keys that you define. You must define a date range of one or more days.
When date is one of the group by values, any days without data are omitted from the result list. If you need to know which days have data, issue a broad date range query grouped by date for any metric, and see which day rows are returned.
{
"type": "object",
"properties": {
"siteUrl": {
"type": "string",
"description": "The site's URL, including protocol. For example: http://www.example.com/"
},
"body": {
"$ref": "#/definitions/SearchAnalyticsQueryRequest"
},
"alt": {
"type": "string",
"description": "Data format for the response.",
"enum": [
"json"
]
},
"fields": {
"type": "string",
"description": "Selector specifying which fields to include in a partial response."
},
"key": {
"type": "string",
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token."
},
"oauth_token": {
"type": "string",
"description": "OAuth 2.0 token for the current user."
},
"prettyPrint": {
"type": "boolean",
"description": "Returns response with indentations and line breaks."
},
"quotaUser": {
"type": "string",
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided."
},
"userIp": {
"type": "string",
"description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits."
}
},
"additionalProperties": false,
"required": [
"siteUrl"
]
}
{
"$ref": "#/definitions/SearchAnalyticsQueryResponse"
}
Lists the sitemaps-entries submitted for this site, or included in the sitemap index file (if sitemapIndex is specified in the request).
{
"type": "object",
"properties": {
"siteUrl": {
"type": "string",
"description": "The site's URL, including protocol. For example: http://www.example.com/"
},
"sitemapIndex": {
"type": "string",
"description": "A URL of a site's sitemap index. For example: http://www.example.com/sitemapindex.xml"
},
"alt": {
"type": "string",
"description": "Data format for the response.",
"enum": [
"json"
]
},
"fields": {
"type": "string",
"description": "Selector specifying which fields to include in a partial response."
},
"key": {
"type": "string",
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token."
},
"oauth_token": {
"type": "string",
"description": "OAuth 2.0 token for the current user."
},
"prettyPrint": {
"type": "boolean",
"description": "Returns response with indentations and line breaks."
},
"quotaUser": {
"type": "string",
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided."
},
"userIp": {
"type": "string",
"description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits."
}
},
"additionalProperties": false,
"required": [
"siteUrl"
]
}
{
"$ref": "#/definitions/SitemapsListResponse"
}
Deletes a sitemap from this site.
{
"type": "object",
"properties": {
"siteUrl": {
"type": "string",
"description": "The site's URL, including protocol. For example: http://www.example.com/"
},
"feedpath": {
"type": "string",
"description": "The URL of the actual sitemap. For example: http://www.example.com/sitemap.xml"
},
"alt": {
"type": "string",
"description": "Data format for the response.",
"enum": [
"json"
]
},
"fields": {
"type": "string",
"description": "Selector specifying which fields to include in a partial response."
},
"key": {
"type": "string",
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token."
},
"oauth_token": {
"type": "string",
"description": "OAuth 2.0 token for the current user."
},
"prettyPrint": {
"type": "boolean",
"description": "Returns response with indentations and line breaks."
},
"quotaUser": {
"type": "string",
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided."
},
"userIp": {
"type": "string",
"description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits."
}
},
"additionalProperties": false,
"required": [
"siteUrl",
"feedpath"
]
}
{}
Retrieves information about a specific sitemap.
{
"type": "object",
"properties": {
"siteUrl": {
"type": "string",
"description": "The site's URL, including protocol. For example: http://www.example.com/"
},
"feedpath": {
"type": "string",
"description": "The URL of the actual sitemap. For example: http://www.example.com/sitemap.xml"
},
"alt": {
"type": "string",
"description": "Data format for the response.",
"enum": [
"json"
]
},
"fields": {
"type": "string",
"description": "Selector specifying which fields to include in a partial response."
},
"key": {
"type": "string",
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token."
},
"oauth_token": {
"type": "string",
"description": "OAuth 2.0 token for the current user."
},
"prettyPrint": {
"type": "boolean",
"description": "Returns response with indentations and line breaks."
},
"quotaUser": {
"type": "string",
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided."
},
"userIp": {
"type": "string",
"description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits."
}
},
"additionalProperties": false,
"required": [
"siteUrl",
"feedpath"
]
}
{
"$ref": "#/definitions/WmxSitemap"
}
Submits a sitemap for a site.
{
"type": "object",
"properties": {
"siteUrl": {
"type": "string",
"description": "The site's URL, including protocol. For example: http://www.example.com/"
},
"feedpath": {
"type": "string",
"description": "The URL of the sitemap to add. For example: http://www.example.com/sitemap.xml"
},
"alt": {
"type": "string",
"description": "Data format for the response.",
"enum": [
"json"
]
},
"fields": {
"type": "string",
"description": "Selector specifying which fields to include in a partial response."
},
"key": {
"type": "string",
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token."
},
"oauth_token": {
"type": "string",
"description": "OAuth 2.0 token for the current user."
},
"prettyPrint": {
"type": "boolean",
"description": "Returns response with indentations and line breaks."
},
"quotaUser": {
"type": "string",
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided."
},
"userIp": {
"type": "string",
"description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits."
}
},
"additionalProperties": false,
"required": [
"siteUrl",
"feedpath"
]
}
{}
Retrieves a time series of the number of URL crawl errors per error category and platform.
{
"type": "object",
"properties": {
"siteUrl": {
"type": "string",
"description": "The site's URL, including protocol. For example: http://www.example.com/"
},
"category": {
"type": "string",
"description": "The crawl error category. For example: serverError. If not specified, returns results for all categories.",
"enum": [
"authPermissions",
"flashContent",
"manyToOneRedirect",
"notFollowed",
"notFound",
"other",
"roboted",
"serverError",
"soft404"
]
},
"latestCountsOnly": {
"type": "boolean",
"description": "If true, returns only the latest crawl error counts."
},
"platform": {
"type": "string",
"description": "The user agent type (platform) that made the request. For example: web. If not specified, returns results for all platforms.",
"enum": [
"mobile",
"smartphoneOnly",
"web"
]
},
"alt": {
"type": "string",
"description": "Data format for the response.",
"enum": [
"json"
]
},
"fields": {
"type": "string",
"description": "Selector specifying which fields to include in a partial response."
},
"key": {
"type": "string",
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token."
},
"oauth_token": {
"type": "string",
"description": "OAuth 2.0 token for the current user."
},
"prettyPrint": {
"type": "boolean",
"description": "Returns response with indentations and line breaks."
},
"quotaUser": {
"type": "string",
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided."
},
"userIp": {
"type": "string",
"description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits."
}
},
"additionalProperties": false,
"required": [
"siteUrl"
]
}
{
"$ref": "#/definitions/UrlCrawlErrorsCountsQueryResponse"
}
Lists a site's sample URLs for the specified crawl error category and platform.
{
"type": "object",
"properties": {
"siteUrl": {
"type": "string",
"description": "The site's URL, including protocol. For example: http://www.example.com/"
},
"category": {
"type": "string",
"description": "The crawl error category. For example: authPermissions",
"enum": [
"authPermissions",
"flashContent",
"manyToOneRedirect",
"notFollowed",
"notFound",
"other",
"roboted",
"serverError",
"soft404"
]
},
"platform": {
"type": "string",
"description": "The user agent type (platform) that made the request. For example: web",
"enum": [
"mobile",
"smartphoneOnly",
"web"
]
},
"alt": {
"type": "string",
"description": "Data format for the response.",
"enum": [
"json"
]
},
"fields": {
"type": "string",
"description": "Selector specifying which fields to include in a partial response."
},
"key": {
"type": "string",
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token."
},
"oauth_token": {
"type": "string",
"description": "OAuth 2.0 token for the current user."
},
"prettyPrint": {
"type": "boolean",
"description": "Returns response with indentations and line breaks."
},
"quotaUser": {
"type": "string",
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided."
},
"userIp": {
"type": "string",
"description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits."
}
},
"additionalProperties": false,
"required": [
"siteUrl",
"category",
"platform"
]
}
{
"$ref": "#/definitions/UrlCrawlErrorsSamplesListResponse"
}
Marks the provided site's sample URL as fixed, and removes it from the samples list.
{
"type": "object",
"properties": {
"siteUrl": {
"type": "string",
"description": "The site's URL, including protocol. For example: http://www.example.com/"
},
"url": {
"type": "string",
"description": "The relative path (without the site) of the sample URL. It must be one of the URLs returned by list(). For example, for the URL https://www.example.com/pagename on the site https://www.example.com/, the url value is pagename"
},
"category": {
"type": "string",
"description": "The crawl error category. For example: authPermissions",
"enum": [
"authPermissions",
"flashContent",
"manyToOneRedirect",
"notFollowed",
"notFound",
"other",
"roboted",
"serverError",
"soft404"
]
},
"platform": {
"type": "string",
"description": "The user agent type (platform) that made the request. For example: web",
"enum": [
"mobile",
"smartphoneOnly",
"web"
]
},
"alt": {
"type": "string",
"description": "Data format for the response.",
"enum": [
"json"
]
},
"fields": {
"type": "string",
"description": "Selector specifying which fields to include in a partial response."
},
"key": {
"type": "string",
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token."
},
"oauth_token": {
"type": "string",
"description": "OAuth 2.0 token for the current user."
},
"prettyPrint": {
"type": "boolean",
"description": "Returns response with indentations and line breaks."
},
"quotaUser": {
"type": "string",
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided."
},
"userIp": {
"type": "string",
"description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits."
}
},
"additionalProperties": false,
"required": [
"siteUrl",
"url",
"category",
"platform"
]
}
{}
Retrieves details about crawl errors for a site's sample URL.
{
"type": "object",
"properties": {
"siteUrl": {
"type": "string",
"description": "The site's URL, including protocol. For example: http://www.example.com/"
},
"url": {
"type": "string",
"description": "The relative path (without the site) of the sample URL. It must be one of the URLs returned by list(). For example, for the URL https://www.example.com/pagename on the site https://www.example.com/, the url value is pagename"
},
"category": {
"type": "string",
"description": "The crawl error category. For example: authPermissions",
"enum": [
"authPermissions",
"flashContent",
"manyToOneRedirect",
"notFollowed",
"notFound",
"other",
"roboted",
"serverError",
"soft404"
]
},
"platform": {
"type": "string",
"description": "The user agent type (platform) that made the request. For example: web",
"enum": [
"mobile",
"smartphoneOnly",
"web"
]
},
"alt": {
"type": "string",
"description": "Data format for the response.",
"enum": [
"json"
]
},
"fields": {
"type": "string",
"description": "Selector specifying which fields to include in a partial response."
},
"key": {
"type": "string",
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token."
},
"oauth_token": {
"type": "string",
"description": "OAuth 2.0 token for the current user."
},
"prettyPrint": {
"type": "boolean",
"description": "Returns response with indentations and line breaks."
},
"quotaUser": {
"type": "string",
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided."
},
"userIp": {
"type": "string",
"description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits."
}
},
"additionalProperties": false,
"required": [
"siteUrl",
"url",
"category",
"platform"
]
}
{
"$ref": "#/definitions/UrlCrawlErrorsSample"
}
FAQs
DataFire integration for Search Console API
The npm package @datafire/google_webmasters receives a total of 2 weekly downloads. As such, @datafire/google_webmasters popularity was classified as not popular.
We found that @datafire/google_webmasters demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.