RealValidation

litigator list json response example

Oct 15th, 2025
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.59 KB | None | 0 0
  1. {
  2.     "meta": {
  3.         "scrub_price": 3,
  4.         "coins_price": 0
  5.     },
  6.     "match_statistics": [],
  7.     "match": {
  8.         "2159689511": {
  9.             "phone_number": "2159689511",
  10.             "status": "TCPA"
  11.         },
  12.         "2816671809": {
  13.             "phone_number": "2816671809",
  14.             "status": "TCPA"
  15.         },
  16.         "3045523627": {
  17.             "phone_number": "3045523627",
  18.             "status": "TCPA"
  19.         }
  20.     },
  21.     "clean": [],
  22.     "results": [
  23.         {
  24.             "phone_number": "2159689511",
  25.             "status": "TCPA",
  26.             "first_name": null,
  27.             "middle_name": null,
  28.             "last_name": null,
  29.             "case_title": "",
  30.             "multiple_cases": "0",
  31.             "phone_type": "Landline",
  32.             "phone_status": "",
  33.             "created_at": "2018-07-27 18:06:52",
  34.             "updated_at": "2018-07-27 18:06:52",
  35.             "status_array": [
  36.                 "tcpa"
  37.             ],
  38.             "is_bad_number": true,
  39.             "clean": 0
  40.         },
  41.         {
  42.             "phone_number": "2816671809",
  43.             "status": "TCPA",
  44.             "first_name": null,
  45.             "middle_name": null,
  46.             "last_name": null,
  47.             "case_title": "",
  48.             "multiple_cases": "0",
  49.             "phone_type": "Mobile",
  50.             "phone_status": "",
  51.             "created_at": "2018-07-27 15:47:13",
  52.             "updated_at": "2018-07-27 15:47:13",
  53.             "status_array": [
  54.                 "tcpa"
  55.             ],
  56.             "is_bad_number": true,
  57.             "clean": 0
  58.         },
  59.         {
  60.             "phone_number": "3045523627",
  61.             "status": "TCPA",
  62.             "first_name": "Sydney",
  63.             "middle_name": "",
  64.             "last_name": "Whittington",
  65.             "case_title": "",
  66.             "multiple_cases": "0",
  67.             "phone_type": "Mobile",
  68.             "phone_status": "Associated with Litigator",
  69.             "created_at": "2018-07-27 10:33:57",
  70.             "updated_at": "2018-07-27 10:33:57",
  71.             "status_array": [
  72.                 "tcpa"
  73.             ],
  74.             "is_bad_number": true,
  75.             "clean": 0
  76.         }
  77.     ]
  78. }
Tags: litigator
Advertisement
Add Comment
Please, Sign In to add comment