Works in Korea

Take the data데이터 가져가기

All of it is a static JSON file you can fetch. No key, no sign-up, no rate limit. CC BY 4.0, just credit the source.

전부 그냥 내려받을 수 있는 JSON 파일입니다. 키도 가입도 요청 제한도 없습니다. CC BY 4.0, 출처만 밝히면 됩니다.

Endpoints엔드포인트

/api/v1/services.jsonAll 106 services, all 8 questions. About 258 recorded values.서비스 106개 전체, 항목 8종. 기록된 값 약 258개.
/api/v1/services/{id}.jsonOne service. The id is the slug in this site’s URLs.서비스 1건. id는 이 사이트 주소에 쓰인 것과 같습니다.
/api/v1/changes.jsonEvery value that has moved, newest first, each with the place it was checked from.바뀐 값 전체를 날짜별 최신순으로. 각 항목에 어디서 확인한 것인지가 붙어 있습니다.
/api/v1/meta.jsonDataset size, licence, and the last run including where it ran from.데이터 규모, 라이선스, 마지막 확인 정보(확인한 곳 포함).

The shape of a value값의 생김새

All eight questions use the same shape. A value never travels alone.

여덟 개 항목이 전부 같은 형태입니다. 값만 따로 있는 경우는 없습니다.

"signup_phone_auth": {
  "value": "required",
  "measured_at":     "2026-08-15T05:38:47.932Z",
  "first_seen_at":   "2026-08-15T04:15:30.926Z",
  "last_changed_at": "2026-08-15T04:15:30.926Z",
  "method": "auto:signup_phone_auth",
  "confidence": "auto",
  "evidence": { "...": "what the probe actually saw" }
}

Three things to get right이것만은 지켜주세요

  • confidence: "unknown" is not a negative result. It means it was not measured. The evidence object says why: robots.txt, a refusal, no answer at all, an unknown URL, or evidence too weak to record. Rendering it as “no” turns a recorded gap into a false claim.
  • Show measured_at wherever you show a value. Korean sign-up flows change often. Without the date a value is not usable.
  • An empty gateway list does not mean you cannot pay. It means nothing was detected on pages reachable without logging in.
  • confidence: "unknown"은 ‘아니오’가 아닙니다. 확인하지 못했다는 뜻입니다. 이유는 evidence에 있습니다. robots.txt, 거부 응답, 무응답, 주소 미상, 근거 부족 중 하나입니다. 이걸 ‘아니오’로 표시하면 모른다고 적어 둔 것이 틀린 정보가 되어 버립니다.
  • 값을 보여줄 때 measured_at을 함께 보여주세요. 한국 서비스의 가입 절차는 자주 바뀝니다. 언제 확인한 값인지가 붙어야 쓸 수 있습니다.
  • 결제사 목록이 비었다고 결제가 안 되는 건 아닙니다. 로그인 없이 열리는 페이지에서 못 찾았다는 뜻입니다.

Licence라이선스

Creative Commons Attribution 4.0. Use it commercially, build on it, redistribute it. Just say where it came from. If you build something, tell us. Corrections from people actually using the data are the most useful kind.

Creative Commons Attribution 4.0. 상업적 이용·재배포·2차 창작 모두 됩니다. 출처만 밝혀 주세요. 뭔가 만드셨다면 알려주세요. 실제로 써 본 사람이 보내는 정정이 가장 정확합니다.

CC BY 4.0