191.215.41.37.sslip.io

http://191.215.41.37.sslip.io/api/v1/people/enrich
down

Rich LinkedIn person enrichment with name, title, company, location, work history, education, email and phone when available.

29
reliability

Reliability & health

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

Uptime

10.7% avg
0% 50% 100% Wed 3 AMWed 2 PMThu 12 AMMon 8 AM

Response time

p50 589ms · p95 695ms
0ms 400ms 800ms Wed 3 AMWed 2 PMThu 12 AMMon 8 AM
Data table
Reliability history per time bucket over the last 7 days (hourly).
Bucket Uptime Probes Response time
9/2/2026, 3:00:00 AM 100% 1 589ms
9/2/2026, 4:00:00 AM 100% 1 707ms
9/2/2026, 6:00:00 AM 100% 1 525ms
9/2/2026, 7:00:00 AM 0% 1
9/2/2026, 8:00:00 AM 0% 1
9/2/2026, 9:00:00 AM 0% 1
9/2/2026, 10:00:00 AM 0% 1
9/2/2026, 11:00:00 AM 0% 1
9/2/2026, 12:00:00 PM 0% 1
9/2/2026, 2:00:00 PM 0% 1
9/2/2026, 3:00:00 PM 0% 1
9/2/2026, 4:00:00 PM 0% 1
9/2/2026, 5:00:00 PM 0% 1
9/2/2026, 6:00:00 PM 0% 1
9/2/2026, 7:00:00 PM 0% 1
9/2/2026, 9:00:00 PM 0% 1
9/2/2026, 10:00:00 PM 0% 1
9/2/2026, 11:00:00 PM 0% 1
9/3/2026, 12:00:00 AM 0% 1
9/3/2026, 1:00:00 AM 0% 1
9/3/2026, 2:00:00 AM 0% 1
9/3/2026, 4:00:00 AM 0% 1
9/3/2026, 5:00:00 AM 0% 1
9/3/2026, 6:00:00 AM 0% 1
9/4/2026, 6:00:00 AM 0% 1
9/5/2026, 6:00:00 AM 0% 1
9/6/2026, 6:00:00 AM 0% 1
9/7/2026, 8:00:00 AM 0% 1
29
Composite reliability — the weighted average of the dimensions below, on a 0–100 scale.
Availability
11

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

Latency
89

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

Security
0

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

Transparency
67

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

Activity
8

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 56% — 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
unknown
SDK
unknown

Operator

Company
inferred — unknown
Jurisdiction
Registrar
Domain registered
Hosting network
HOSTINGER-HOSTING
Hosting country
GB

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)

4
payments (30d)
0.18
USD volume (30d)
2
paying wallets (30d)

Payments per day

last payment 9/2/2026
0 3 5 Sep 1Sep 2
Data table
Settled payments per day.
Day Payments Volume (USD) Paying wallets
9/1/2026 1 0.09 1
9/2/2026 3 0.09 1

Only payments settled on chains and facilitators we index.

Response schema
{
  "additionalProperties": true,
  "properties": {
    "data": {
      "additionalProperties": true,
      "description": "Rich person/profile enrichment result.",
      "properties": {
        "company": {
          "type": [
            "string",
            "null"
          ]
        },
        "education": {
          "items": {
            "additionalProperties": true,
            "type": "object"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "email": {
          "type": [
            "string",
            "null"
          ]
        },
        "experience": {
          "items": {
            "additionalProperties": true,
            "type": "object"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "full_name": {
          "type": [
            "string",
            "null"
          ]
        },
        "linkedin_url": {
          "type": [
            "string",
            "null"
          ]
        },
        "location": {
          "type": [
            "string",
            "null"
          ]
        },
        "name": {
          "type": [
            "string",
            "null"
          ]
        },
        "phone": {
          "type": [
            "string",
            "null"
          ]
        },
        "title": {
          "type": [
            "string",
            "null"
          ]
        }
      },
      "type": "object"
    },
    "meta": {
      "additionalProperties": true,
      "properties": {
        "cache_hit": {
          "type": "boolean"
        },
        "seller": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "status": {
      "examples": [
        200
      ],
      "type": "integer"
    }
  },
  "required": [
    "status",
    "data"
  ],
  "type": "object"
}