{
  "batchPath": "batch",
  "parameters": {
    "uploadType": {
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
      "type": "string",
      "location": "query"
    },
    "oauth_token": {
      "description": "OAuth 2.0 token for the current user.",
      "type": "string",
      "location": "query"
    },
    "upload_protocol": {
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
      "type": "string",
      "location": "query"
    },
    "access_token": {
      "location": "query",
      "type": "string",
      "description": "OAuth access token."
    },
    "callback": {
      "description": "JSONP",
      "type": "string",
      "location": "query"
    },
    "alt": {
      "default": "json",
      "location": "query",
      "description": "Data format for response.",
      "enum": [
        "json",
        "media",
        "proto"
      ],
      "type": "string",
      "enumDescriptions": [
        "Responses with Content-Type of application/json",
        "Media download with context-dependent Content-Type",
        "Responses with Content-Type of application/x-protobuf"
      ]
    },
    "key": {
      "type": "string",
      "location": "query",
      "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."
    },
    "prettyPrint": {
      "description": "Returns response with indentations and line breaks.",
      "default": "true",
      "location": "query",
      "type": "boolean"
    },
    "$.xgafv": {
      "location": "query",
      "description": "V1 error format.",
      "enum": [
        "1",
        "2"
      ],
      "type": "string",
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ]
    },
    "quotaUser": {
      "location": "query",
      "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."
    },
    "fields": {
      "location": "query",
      "type": "string",
      "description": "Selector specifying which fields to include in a partial response."
    }
  },
  "fullyEncodeReservedExpansion": true,
  "description": "Android Developer ID Status API.",
  "ownerName": "Google",
  "name": "androiddeveloperidstatus",
  "id": "androiddeveloperidstatus:v1",
  "resources": {
    "packages": {
      "resources": {
        "packageRegistrationStatus": {
          "methods": {
            "check": {
              "httpMethod": "GET",
              "description": "Retrieves the Android Developer ID registration status for a given package.",
              "id": "androiddeveloperidstatus.packages.packageRegistrationStatus.check",
              "parameters": {
                "certificateFingerprint": {
                  "description": "Optional. The SHA-256 fingerprint of the public certificate represented as a 64-character lowercase hexadecimal string without any colons or separators (e.g., `d6ac89ed1d0a805aad4b087d06d5f41645b814480b133fbc867ef7498d069e06`).",
                  "location": "query",
                  "type": "string"
                },
                "name": {
                  "pattern": "^packages/[^/]+/packageRegistrationStatus$",
                  "type": "string",
                  "required": true,
                  "description": "Required. The name of the package registration status resource. Format: packages/{package}/packageRegistrationStatus `{package}` must follow the specific format: The fully-qualified Android package name with dots ('.') replaced by hyphens ('-') (e.g., `com-example-app` instead of `com.example.app`).",
                  "location": "path"
                }
              },
              "path": "v1/{+name}:check",
              "parameterOrder": [
                "name"
              ],
              "flatPath": "v1/packages/{packagesId}/packageRegistrationStatus:check",
              "response": {
                "$ref": "PackageRegistrationStatus"
              }
            }
          }
        }
      }
    }
  },
  "canonicalName": "Android Developer ID Status",
  "discoveryVersion": "v1",
  "mtlsRootUrl": "https://androiddeveloperidstatus.mtls.googleapis.com/",
  "kind": "discovery#restDescription",
  "protocol": "rest",
  "ownerDomain": "google.com",
  "version": "v1",
  "title": "Android Developer ID Status API",
  "baseUrl": "https://androiddeveloperidstatus.googleapis.com/",
  "schemas": {
    "PackageRegistrationStatus": {
      "type": "object",
      "properties": {
        "name": {
          "description": "Identifier. The name of the package registration status resource. Format: packages/{package}/packageRegistrationStatus `{package}` must follow the specific format: The fully-qualified Android package name with dots ('.') replaced by hyphens ('-') (e.g., `com-example-app` instead of `com.example.app`).",
          "type": "string"
        },
        "certificateFingerprint": {
          "description": "Output only. The SHA-256 fingerprint of the public certificate represented as a 64-character lowercase hexadecimal string without any colons or separators (e.g., `d6ac89ed1d0a805aad4b087d06d5f41645b814480b133fbc867ef7498d069e06`).",
          "type": "string",
          "readOnly": true
        },
        "state": {
          "description": "Output only. Registration state of the package, or pair.",
          "enum": [
            "REGISTRATION_STATE_UNSPECIFIED",
            "REGISTERED",
            "NOT_REGISTERED",
            "REGISTERED_WITH_ANOTHER_CERTIFICATE_FINGERPRINT"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Package is registered with the given certificate fingerprint.",
            "Package is not registered with any public certificate.",
            "Package is registered with another public certificate fingerprint."
          ],
          "type": "string"
        }
      },
      "description": "Resource message PackageRegistrationStatus.",
      "id": "PackageRegistrationStatus"
    }
  },
  "rootUrl": "https://androiddeveloperidstatus.googleapis.com/",
  "documentationLink": "https://developer.android.com/developer-verification/guides/check-registration-status",
  "revision": "20260806",
  "icons": {
    "x16": "http://www.google.com/images/icons/product/search-16.gif",
    "x32": "http://www.google.com/images/icons/product/search-32.gif"
  },
  "servicePath": "",
  "basePath": "",
  "version_module": true
}
