a6mg71so.nx.link

https://a6mg71so.nx.link/search.json

SerpApi Unified Search API https://serpapi.com - GET Perform real-time Google searches through SerpApi and receive structured JSON results instead of raw HTML. Retrieve web page titles, snippets, links, knowledge panels, and other SERP data directly from Google. Ideal for building SEO tools, keyword monitoring systems, or AI assistants that need live search data.

55
reliability

Reliability & health

Uptime and response time from our own unpaid probes, plus the reliability score built from them.

Uptime

100.0% avg
0% 50% 100% Jul 23Aug 2Aug 11Aug 21

Response time

p50 229ms · p95 291ms
0ms 150ms 300ms Jul 23Aug 2Aug 11Aug 21
Data table
Reliability history per time bucket over the last 30 days (daily).
Bucket Uptime Probes Response time
7/23/2026, 12:00:00 AM 100% 1 222ms
7/24/2026, 12:00:00 AM 100% 1 222ms
7/25/2026, 12:00:00 AM 100% 1 209ms
7/26/2026, 12:00:00 AM 100% 1 207ms
7/27/2026, 12:00:00 AM 100% 1 228ms
7/28/2026, 12:00:00 AM 100% 1 218ms
7/29/2026, 12:00:00 AM 100% 1 277ms
7/30/2026, 12:00:00 AM 100% 1 299ms
7/31/2026, 12:00:00 AM 100% 1 226ms
8/1/2026, 12:00:00 AM 100% 1 282ms
8/2/2026, 12:00:00 AM 100% 1 207ms
8/3/2026, 12:00:00 AM 100% 1 235ms
8/4/2026, 12:00:00 AM 100% 1 200ms
8/5/2026, 12:00:00 AM 100% 1 218ms
8/6/2026, 12:00:00 AM 100% 1 213ms
8/7/2026, 12:00:00 AM 100% 1 252ms
8/8/2026, 12:00:00 AM 100% 1 248ms
8/9/2026, 12:00:00 AM 100% 1 251ms
8/10/2026, 12:00:00 AM 100% 1 226ms
8/11/2026, 12:00:00 AM 100% 1 235ms
8/12/2026, 12:00:00 AM 100% 1 210ms
8/13/2026, 12:00:00 AM 100% 1 259ms
8/14/2026, 12:00:00 AM 100% 1 227ms
8/15/2026, 12:00:00 AM 100% 1 233ms
8/16/2026, 12:00:00 AM 100% 1 226ms
8/17/2026, 12:00:00 AM 100% 1 210ms
8/18/2026, 12:00:00 AM 100% 1 228ms
8/19/2026, 12:00:00 AM 100% 21 223ms
8/20/2026, 12:00:00 AM 100% 20 238ms
8/21/2026, 12:00:00 AM 100% 17 239ms
55
Composite reliability — the weighted average of the dimensions below, on a 0–100 scale.
Availability
100

How often it was reachable when we probed it (weight 35%).

Latency
100

How quickly it answers when it is up — fast scores high (weight 20%).

Security
100

Whether it serves over working TLS / https (weight 15%).

Transparency
61

Whether the operator disclosed what it does — description, schema, identity (weight 15%).

Activity
not yet measured

Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).

Confidence 100% — how much probe evidence backs this score. A thin history is flagged, not hidden.

See the scoring methodology for exactly how each number is computed.

Payment

Currencies
USDC
Networks
base
Facilitator
self-hosted
SDK
unknown

Operator

Company
inferred — unknown
Jurisdiction
Registrar
Cloudflare
Domain registered
2025-10-01
Hosting network
CLOUDFLARENET
Hosting country

Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.

On-chain activity (base)

78.41
USDC received
18
payments
3
unique wallets

Settlement totals · last payment 4/19/2026

Response schema
{
  "parameters": [
    {
      "description": "Search query. Example: 'best ai automation agencies'.",
      "in": "query",
      "name": "q",
      "required": true,
      "schema": {
        "type": "string"
      }
    },
    {
      "description": "Location for localized search results. Example: 'Paris, France'.",
      "in": "query",
      "name": "location",
      "schema": {
        "type": "string"
      }
    },
    {
      "description": "Language code (ISO 639-1).",
      "in": "query",
      "name": "hl",
      "schema": {
        "default": "en",
        "type": "string"
      }
    },
    {
      "description": "Country code (ISO 3166-1 alpha-2).",
      "in": "query",
      "name": "gl",
      "schema": {
        "default": "us",
        "type": "string"
      }
    },
    {
      "description": "Google domain for the search.",
      "in": "query",
      "name": "google_domain",
      "schema": {
        "default": "google.com",
        "type": "string"
      }
    },
    {
      "description": "Number of results to return (max 100).",
      "in": "query",
      "name": "num",
      "schema": {
        "default": 10,
        "type": "integer"
      }
    },
    {
      "description": "Pagination offset.",
      "in": "query",
      "name": "start",
      "schema": {
        "default": 0,
        "type": "integer"
      }
    }
  ],
  "responses": {
    "200": {
      "content": {
        "application/json": {
          "example": {
            "organic_results": [
              {
                "link": "https://fleeceai.agency",
                "position": 1,
                "snippet": "Helping companies automate workflows using AI.",
                "title": "Fleece AI – AI Automation Agency"
              }
            ],
            "search_metadata": {
              "credits_used": 1,
              "engine": "google",
              "status": "Success",
              "time_taken": 0.45,
              "total_results": 1000000
            }
          },
          "schema": {
            "properties": {
              "organic_results": {
                "items": {
                  "properties": {
                    "link": {
                      "description": "URL of the result",
                      "format": "uri",
                      "type": "string"
                    },
                    "position": {
                      "description": "Position in search results",
                      "type": "integer"
                    },
                    "snippet": {
                      "description": "Brief description or snippet",
                      "type": "string"
                    },
                    "title": {
                      "description": "Title of the result",
                      "type": "string"
                    }
                  },
                  "required": [
                    "position",
                    "title",
                    "link"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "search_metadata": {
                "properties": {
                  "credits_used": {
                    "description": "Number of credits consumed for this search",
                    "type": "integer"
                  },
                  "engine": {
                    "enum": [
                      "google",
                      "youtube",
                      "amazon",
                      "apple_app_store"
                    ],
                    "type": "string"
                  },
                  "status": {
                    "enum": [
                      "Success",
                      "Error",
                      "Rate Limited"
                    ],
                    "type": "string"
                  },
                  "time_taken": {
                    "description": "Time taken for the search in seconds",
                    "type": "number"
                  },
                  "total_results": {
                    "description": "Total number of results available",
                    "type": "integer"
                  }
                },
                "required": [
                  "status",
                  "engine"
                ],
                "type": "object"
              }
            },
            "required": [
              "search_metadata",
              "organic_results"
            ],
            "type": "object"
          }
        }
      },
      "description": "Successful Google search response"
    },
    "400": {
      "content": {
        "application/json": {
          "example": {
            "code": "MISSING_PARAMETER",
            "details": "The search query parameter 'q' is required",
            "error": "Missing required parameter: q"
          },
          "schema": {
            "properties": {
              "code": {
                "description": "Error code",
                "type": "string"
              },
              "details": {
                "description": "Additional error details",
                "type": "string"
              },
              "error": {
                "description": "Error message",
                "type": "string"
              }
            },
            "required": [
              "error",
              "code"
            ],
            "type": "object"
          }
        }
      },
      "description": "Bad Request - Invalid parameters"
    },
    "401": {
      "content": {
        "application/json": {
          "example": {
            "code": "INVALID_API_KEY",
            "details": "The provided API key is not valid or has expired",
            "error": "Invalid API key"
          },
          "schema": {
            "properties": {
              "code": {
                "description": "Error code",
                "type": "string"
              },
              "details": {
                "description": "Additional error details",
                "type": "string"
              },
              "error": {
                "description": "Error message",
                "type": "string"
              }
            },
            "required": [
              "error",
              "code"
            ],
            "type": "object"
          }
        }
      },
      "description": "Unauthorized - Invalid API key"
    },
    "429": {
      "content": {
        "application/json": {
          "example": {
            "code": "RATE_LIMIT_EXCEEDED",
            "error": "Rate limit exceeded",
            "quota_reset": "2024-01-15T10:30:00Z",
            "retry_after": 60
          },
          "schema": {
            "properties": {
              "code": {
                "example": "RATE_LIMIT_EXCEEDED",
                "type": "string"
              },
              "error": {
                "example": "Rate limit exceeded",
                "type": "string"
              },
              "quota_reset": {
                "description": "When the quota resets",
                "format": "date-time",
                "type": "string"
              },
              "retry_after": {
                "description": "Seconds to wait before retrying",
                "type": "integer"
              }
            },
            "required": [
              "error",
              "code",
              "retry_after"
            ],
            "type": "object"
          }
        }
      },
      "description": "Too Many Requests - Rate limit exceeded"
    },
    "500": {
      "content": {
        "application/json": {
          "example": {
            "code": "INTERNAL_ERROR",
            "details": "An unexpected error occurred while processing the request",
            "error": "Internal server error"
          },
          "schema": {
            "properties": {
              "code": {
                "description": "Error code",
                "type": "string"
              },
              "details": {
                "description": "Additional error details",
                "type": "string"
              },
              "error": {
                "description": "Error message",
                "type": "string"
              }
            },
            "required": [
              "error",
              "code"
            ],
            "type": "object"
          }
        }
      },
      "description": "Internal Server Error"
    }
  }
}