ARGENTINA API FOR NAMES
by cedudie - Sunday April 21, 2024 at 04:57 PM
#1
Free Argentina API for search names:

import requests url = "https://www.santafe.gov.ar/padronsalud/includes/consultas/ajax.functions.php?sub=padron&sajax=1" headers = {     "Accept": "*/*",     "Accept-Encoding": "gzip, deflate, br",     "Accept-Language": "es-ES,es;q=0.9",     "Connection": "keep-alive",     "Content-Length": "79",     "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8",     "Host": "www.santafe.gov.ar",     "Origin": "https://www.santafe.gov.ar",     "Referer": "https://www.santafe.gov.ar/padronsalud/index.php?section=consultas&sub=padron",     "Sec-Fetch-Dest": "empty",     "Sec-Fetch-Mode": "cors",     "Sec-Fetch-Site": "same-origin",     "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" } payload = {     "sub": "padron",     "sajax": "1",     "rs": "grilla_padron",     "rst": "",     "rsrnd": "1696765871684",     "rsargs[]": "",  # Name search     "rsargs[]": "",     "rsargs[]": "luciano gonzales" } response = requests.post(url, headers=headers, data=payload) print(response.text)
Ban reason: Selling real IDs is not allowed (Permanent)
Reply
#2
Hey mate!! Thanks for the "gift"
Reply
#3
(04-21-2024, 04:57 PM)cedudie Wrote: Free Argentina API for search names:

import requests url = "https://www.santafe.gov.ar/padronsalud/includes/consultas/ajax.functions.php?sub=padron&sajax=1" headers = {     "Accept": "*/*",     "Accept-Encoding": "gzip, deflate, br",     "Accept-Language": "es-ES,es;q=0.9",     "Connection": "keep-alive",     "Content-Length": "79",     "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8",     "Host": "www.santafe.gov.ar",     "Origin": "https://www.santafe.gov.ar",     "Referer": "https://www.santafe.gov.ar/padronsalud/index.php?section=consultas&sub=padron",     "Sec-Fetch-Dest": "empty",     "Sec-Fetch-Mode": "cors",     "Sec-Fetch-Site": "same-origin",     "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" } payload = {     "sub": "padron",     "sajax": "1",     "rs": "grilla_padron",     "rst": "",     "rsrnd": "1696765871684",     "rsargs[]": "",  # Name search     "rsargs[]": "",     "rsargs[]": "luciano gonzales" } response = requests.post(url, headers=headers, data=payload) print(response.text)


this api is working??
Reply
#4
Thank for sharing my friend
Reply
#5
sorry for being noob here, i tried to run it via anaconda, as a .py script but it seems its not working anymore ?


+:var res = '<form id=\"form\" method=\"POST\" >\r\n<table width=\"99%\" class=\"resultado\" border=\"1\" cellpadding=\"1\" cellspacing=\"0\" align=\"center\" >\r\n<thead id=\"fondoTitulo1\">\r\n \r\n \r\n <tr><td height=\"10%\" style=\"text-align:center;\" colspan=\"4\">\r\n Sin Resultados\r\n </td></tr></thead>\r\n</table>\r\n<input type=\"hidden\" name=\"id_paciente_flap\" id=\"id_paciente_flap\">\r\n</form>\r\n\r\n'; res;

all i get is SIN resultados ... no matter what i change in script...


would you share a how to with us ?? THanks
Reply
#6
(07-25-2024, 05:03 PM)nikephoros1 Wrote: sorry for being noob here, i tried to run it via anaconda, as a .py script but it seems its not working anymore ?


+:var res = '<form id=\"form\" method=\"POST\" >\r\n<table width=\"99%\" class=\"resultado\" border=\"1\" cellpadding=\"1\" cellspacing=\"0\" align=\"center\" >\r\n<thead id=\"fondoTitulo1\">\r\n \r\n      \r\n <tr><td height=\"10%\" style=\"text-align:center;\" colspan=\"4\">\r\n Sin Resultados\r\n </td></tr></thead>\r\n</table>\r\n<input type=\"hidden\" name=\"id_paciente_flap\" id=\"id_paciente_flap\">\r\n</form>\r\n\r\n'; res;

all i get is SIN resultados ... no matter what i change in script...


would you share a how to with us ?? THanks

change rsargs[] values
Reply
#7
This API is no longer working/it is down, at least I tried and it doesn't give any results
Reply
#8
(04-21-2024, 04:57 PM)cedudie Wrote: Free Argentina API for search names:

import requests url = "https://www.santafe.gov.ar/padronsalud/includes/consultas/ajax.functions.php?sub=padron&sajax=1" headers = {     "Accept": "*/*",     "Accept-Encoding": "gzip, deflate, br",     "Accept-Language": "es-ES,es;q=0.9",     "Connection": "keep-alive",     "Content-Length": "79",     "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8",     "Host": "www.santafe.gov.ar",     "Origin": "https://www.santafe.gov.ar",     "Referer": "https://www.santafe.gov.ar/padronsalud/index.php?section=consultas&sub=padron",     "Sec-Fetch-Dest": "empty",     "Sec-Fetch-Mode": "cors",     "Sec-Fetch-Site": "same-origin",     "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" } payload = {     "sub": "padron",     "sajax": "1",     "rs": "grilla_padron",     "rst": "",     "rsrnd": "1696765871684",     "rsargs[]": "",  # Name search     "rsargs[]": "",     "rsargs[]": "luciano gonzales" } response = requests.post(url, headers=headers, data=payload) print(response.text)
Ty for this bro
Reply
#9
(04-21-2024, 04:57 PM)cedudie Wrote: Free Argentina API for search names:

import requests url = "https://www.santafe.gov.ar/padronsalud/includes/consultas/ajax.functions.php?sub=padron&sajax=1" headers = {     "Accept": "*/*",     "Accept-Encoding": "gzip, deflate, br",     "Accept-Language": "es-ES,es;q=0.9",     "Connection": "keep-alive",     "Content-Length": "79",     "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8",     "Host": "www.santafe.gov.ar",     "Origin": "https://www.santafe.gov.ar",     "Referer": "https://www.santafe.gov.ar/padronsalud/index.php?section=consultas&sub=padron",     "Sec-Fetch-Dest": "empty",     "Sec-Fetch-Mode": "cors",     "Sec-Fetch-Site": "same-origin",     "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" } payload = {     "sub": "padron",     "sajax": "1",     "rs": "grilla_padron",     "rst": "",     "rsrnd": "1696765871684",     "rsargs[]": "",  # Name search     "rsargs[]": "",     "rsargs[]": "luciano gonzales" } response = requests.post(url, headers=headers, data=payload) print(response.text)
nice api share, thanks
Reply
#10
interesting, will check....
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Smtp/aws/api/stripe... crackers and checker QSoqsidh 0 1,590 03-28-2026, 04:30 PM
Last Post: QSoqsidh
  (ARGENTINA) Undersecretary of Management and Public Employment - [Photos,Addresses] ByteHunter 17 736 03-27-2026, 05:15 AM
Last Post: Brazzers
  SOURCE CODE ARGENTINA API CEA LEAKED cedubit 6 1,184 02-10-2026, 12:01 PM
Last Post: 0xmaster
  San Juan Andes Health - Patient Photos + Full Names (Identified) ByteHunter 23 701 02-09-2026, 11:26 AM
Last Post: roott
  The names of the retards who attacked Congress on January 6th & were caught OriginalCrazyOldFart 0 131 01-30-2026, 06:29 PM
Last Post: OriginalCrazyOldFart



 Users browsing this thread: 1 Guest(s)