Looking for a GSM Tower LAC/CellID Database for The UK - 2 Byte IDs Required [closed] - api

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm developing a server system for a GPS asset tracking device and I'm looking to use GSM positioning to act as a back up in the event of a loss of GPS lock.
The devices I'm developing for return a 2 byte cell ID but the cell ID database APIs I've seen so far seem to provide 4-byte IDs.
Can anyone recommend an API that includes 2 byte IDs?
Thanks in advance.

Have you already checked the list available in wikipedia.org, would consider one of those using the 2byte version. The page also explain nicely the difference between the 2 & 4 byte codes

You might want to consider the OpenCellID project. They provide download from the following URL.
http://downloads.opencellid.org/

Thank you to the guys who offered advice.
I've managed to persuade finance to stump up for an API key for the Google Maps Geolocation API in the end.

Related

Is there any Video Rental VOD (video-on-demand) API's out there? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I have been searching for this for a while and I can't find. I am searching for a video on demand APi but I can't find any. Please help.
UPDATE:
Let me clarify one thing, I want to rent the movie THE MATRIX via API so I can show it to the user. That is what I pretend?
need to look into UltraViolet or Locker Access Streaming Provider Role (LASP).
check out UltraViolet for Business,
https://www.uvvu.com/en/au/uv-for-business
to connect your service to UltraViolet or to Develop Services or components you need a licence.
Download the licence package here: https://uvvu.com/sites/default/files/DECE%20License%20Agrmnts20140820%20PDFs.zip
hope this helps.
You need to look at solutions called "paywall" or "pay-per-view" for the media server which you decide to pick up.
There was a site called Popcorn Time which is similar to Netflix in number of ways. They made their source code available for every one by making the project open source after attracting huge media attention.

Objective-C Weather API [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
How do I fetch current weather-temperature (based on ZipCode), using XCode with Objective-C? Is there an API (framework/library)? I can't seem to find one using Google. With the project I'm working on right now, all I need to do is simply fetch an integer (e.g., degrees fahrenheit).
**This is for Mac OS X, not iOS.
Here are five different ones you can look into.
http://blog.programmableweb.com/2009/04/15/5-weather-apis-from-weatherbug-to-weather-channel/
Do any fit your needs?
I use World Weather Online. It's free and pretty comprehensive. It will fit your needs, of course. Here is the local weather API, where you can input zip codes.
OpenWeatherMap gets my vote. I wrote a wrapper for it so that you don't have to touch the JSON. The link is here if it helps - http://jonathanfield.me/objective-c-openweathermap-api-wrapper/

Does autotrader.com (vehicle marketplace) offer an API for posting vehicles? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Does anybody know if autotrader.com offers an API or something that would help with mass postings of vehicles?
Or does anybody have any idea of what to use to create something like this? I was thinking of maybe a mouse location and click over a browser window type of thing.
AutoTrader provides a bulk upload feature through a file feed process. The file runs through a set of processes to associate it with the proper listing tier (Premium, Feature or Standard) and in addition normalizes the information across vehicle make and models. This process runs several times daily and is being migrated to a near real-time solution for quicker add or updates.
I can find no documentation on it but I've come across this link which seems to provide a json response.
https://www.autotrader.com/rest/searchresults/sunset/base

Web API to make phone calls [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
is there an API to make phone calls an have a phone conversation in the web (maybe flash based?), like skype but without having to install software?
thanks
These will allow conversations:
http://www.callfire.com/dialer/cm/info/phone_call_api.html
http://www.callfire.com/dev/index.php/Click_to_call_API
http://public.ifbyphone.com/partners/developers
http://cloudvox.com/
See section Connect Cell Phones and Land Lines:
http://www.twilio.com/how-twilio-works
any US or Canadian phone number and connect the caller to that person.Enter one phone number, or many! If you specify multiple numbers, Twilio will ring them all until somebody answers.
http://api.hoiio.com/voice_call.html
The voice API by Hoiio connects 2 phone numbers. Support is international, to over 200 countries.
Victor: Yes, at least with Cloudvox and probably the others. Can place calls, receive them, connect two parties, connect two parties plus your script, or let people conference (also controlled by your code).
Home page & tour has the basics, and lots of code samples at http://help.cloudvox.com/ -Troy, Cloudvox
I would also hit the latest version of the CallFire API. It is a lot more developer-friendly. You should be able to launch phone calls and send text messages both in bulk or one-offs. https://developers.callfire.com/

Are there any good movie/film APIs out there? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Working on a movie website and would love to find an API that I could use to get information about different movies. I code in PHP but I'm assuming this would probably return XML.
I can recommend themoviedb.org. We have been using their API in an open source movie managing application with great success.
Quick google search returned this: Internet Video Archive Movie API. It seems to return XML data, so it could work for you.
EDIT: The link is down (thanks #Mutant), Wayback Machine has a backup.
For getting straight-up information about movies (for instance, basic genre and title information) the Amazon associates data works pretty good. There is the condition that the data be used primarily to drive traffic to Amazon, which is something to keep in mind.
There should be a PHP library already written that you can use: http://aws.amazon.com/associates/
Rotten Tomatoes has a free REST API (developer.rottentomatoes.com). The access keys are restricted to 10000 calls/day.