HiroshiKim
Eternal Poster
CHECK PH SIM CARD STATUS + BRAND
I think this is kinda useless
pero baka may maka-need nito.
Made a simple API/tool that checks a PH SIM card number and returns whether it’s active/valid and what brand/network it belongs to.
LINK:
Example output:
{
"data": {
"type": "brands",
"attributes": {
"brand_code": "TNT",
"description": "TNT",
"is_active": 1,
"mran_required": false,
"name": "TNT Prepaid",
"number_series": "9707~",
"alternative_brand_code": "TNT",
"alternative_brand_name": "TNT Prepaid",
"alternative_description": "TNT",
"display_name": "TNT Prepaid"
}
}
}
Useful siguro for testing, validation, or projects na kailangan mag-check ng PH SIM numbers.
Note: For testing/legitimate use only.
I think this is kinda useless
pero baka may maka-need nito.Made a simple API/tool that checks a PH SIM card number and returns whether it’s active/valid and what brand/network it belongs to.
LINK:
You do not have permission to view the full content of this post. Log in or register now.
{
"data": {
"type": "brands",
"attributes": {
"brand_code": "TNT",
"description": "TNT",
"is_active": 1,
"mran_required": false,
"name": "TNT Prepaid",
"number_series": "9707~",
"alternative_brand_code": "TNT",
"alternative_brand_name": "TNT Prepaid",
"alternative_description": "TNT",
"display_name": "TNT Prepaid"
}
}
}
Useful siguro for testing, validation, or projects na kailangan mag-check ng PH SIM numbers.
Note: For testing/legitimate use only.