rafael25022


SUBMITTED BY: rafael25022

DATE: Aug. 28, 2024, 12:51 a.m.

UPDATED: Aug. 28, 2024, 1:01 a.m.

FORMAT: Text only

SIZE: 4.6 kB

HITS: 16

  1. {
  2. "login": {
  3. "url": "https://643d-2804-15b4-203-33d0-e9c0-8c95-b6bd-a552.ngrok-free.app/api/login",
  4. "method": "POST",
  5. "description": "Endpoint para autenticação do usuário"
  6. },
  7. "puxadas": [
  8. {
  9. "name": "CPF SIPNI",
  10. "url": "https://wired-escargot-previously.ngrok-free.app/api/cpf/cpf.php?consulta=sipni",
  11. "method": "GET",
  12. "description": "Consulta dados do CPF no sistema SIPNI"
  13. },
  14. {
  15. "name": "CPF CADSUS",
  16. "url": "https://wired-escargot-previously.ngrok-free.app/api/cpf/cpf.php?consulta=cadsus",
  17. "method": "GET",
  18. "description": "Consulta dados do CPF no sistema CADSUS"
  19. },
  20. {
  21. "name": "CPF CREDLINK",
  22. "url": "https://wired-escargot-previously.ngrok-free.app/api/cpf/cpf.php?consulta=credlink",
  23. "method": "GET",
  24. "description": "Consulta dados do CPF no sistema CREDLINK"
  25. },
  26. {
  27. "name": "CPF DATASUS",
  28. "url": "https://wired-escargot-previously.ngrok-free.app/api/cpf/cpf.php?consulta=datasus",
  29. "method": "GET",
  30. "description": "Consulta dados do CPF no sistema DATASUS"
  31. },
  32. {
  33. "name": "CPF SISREG",
  34. "url": "https://wired-escargot-previously.ngrok-free.app/api/cpf/cpf.php?consulta=sisreg",
  35. "method": "GET",
  36. "description": "Consulta dados do CPF no sistema SISREG"
  37. },
  38. {
  39. "name": "CPF SERASA V1",
  40. "url": "https://wired-escargot-previously.ngrok-free.app/api/cpf/cpf.php?consulta=serasav1",
  41. "method": "GET",
  42. "description": "Consulta dados do CPF no sistema SERASA V1"
  43. },
  44. {
  45. "name": "CPF SERASA V2",
  46. "url": "https://wired-escargot-previously.ngrok-free.app/api/cpf/cpf.php?consulta=serasav2",
  47. "method": "GET",
  48. "description": "Consulta dados do CPF no sistema SERASA V2"
  49. },
  50. {
  51. "name": "RG SIPNI",
  52. "url": "https://wired-escargot-previously.ngrok-free.app/api/rg/rg.php?consulta=sipni",
  53. "method": "GET",
  54. "description": "Consulta dados do RG no sistema SIPNI"
  55. },
  56. {
  57. "name": "RG CADSUS",
  58. "url": "https://wired-escargot-previously.ngrok-free.app/api/rg/rg.php?consulta=cadsus",
  59. "method": "GET",
  60. "description": "Consulta dados do RG no sistema CADSUS"
  61. },
  62. {
  63. "name": "RG CREDLINK",
  64. "url": "https://wired-escargot-previously.ngrok-free.app/api/rg/rg.php?consulta=credlink",
  65. "method": "GET",
  66. "description": "Consulta dados do RG no sistema CREDLINK"
  67. },
  68. {
  69. "name": "RG DATASUS",
  70. "url": "https://wired-escargot-previously.ngrok-free.app/api/rg/rg.php?consulta=datasus",
  71. "method": "GET",
  72. "description": "Consulta dados do RG no sistema DATASUS"
  73. },
  74. {
  75. "name": "RG SISREG",
  76. "url": "https://wired-escargot-previously.ngrok-free.app/api/rg/rg.php?consulta=sisreg",
  77. "method": "GET",
  78. "description": "Consulta dados do RG no sistema SISREG"
  79. },
  80. {
  81. "name": "RG SERASA V1",
  82. "url": "https://wired-escargot-previously.ngrok-free.app/api/rg/rg.php?consulta=serasav1",
  83. "method": "GET",
  84. "description": "Consulta dados do RG no sistema SERASA V1"
  85. },
  86. {
  87. "name": "RG SERASA V2",
  88. "url": "https://wired-escargot-previously.ngrok-free.app/api/rg/rg.php?consulta=serasav2",
  89. "method": "GET",
  90. "description": "Consulta dados do RG no sistema SERASA V2"
  91. },
  92. {
  93. "name": "PLACA",
  94. "url": "https://wired-escargot-previously.ngrok-free.app/api/placa/placa.php",
  95. "method": "GET",
  96. "description": "Consulta dados de veículo pela placa"
  97. },
  98. {
  99. "name": "NOME",
  100. "url": "https://wired-escargot-previously.ngrok-free.app/api/nome/nome.php",
  101. "method": "GET",
  102. "description": "Consulta dados por nome"
  103. },
  104. {
  105. "name": "TELEFONE",
  106. "url": "https://wired-escargot-previously.ngrok-free.app/api/telefone/telefone.php",
  107. "method": "GET",
  108. "description": "Consulta dados por telefone"
  109. },
  110. {
  111. "name": "CEP",
  112. "url": "https://wired-escargot-previously.ngrok-free.app/api/cep/cep.php",
  113. "method": "GET",
  114. "description": "Consulta dados por CEP"
  115. },
  116. {
  117. "name": "BIN",
  118. "url": "https://wired-escargot-previously.ngrok-free.app/api/bin/bin.php",
  119. "method": "GET",
  120. "description": "Consulta dados por BIN"
  121. },
  122. {
  123. "name": "IP",
  124. "url": "https://wired-escargot-previously.ngrok-free.app/api/ip/ip.php",
  125. "method": "GET",
  126. "description": "Consulta dados por IP"
  127. }
  128. ]
  129. }

comments powered by Disqus