The Carrier API (http://api.metrocloudalliance.com/carrier/) provides a list and details of matching carriers.
For example the following request will search for carriers with the ID of MT:
http://api.metrocloudalliance.com/carrier/?carrier_id=MT&minifyresults=false
This will return the following information (Default results are in JSON ):
[
{
“carrier_name”: “Metro”,
“carrier_code”: “MT”,
“carrier_contact”: “2136264455”
}
]