Web services which offer free data in JSONP format [closed] - web-services

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
For example, Google provides dictionary definitions for English words in JSONP format from the following URL:
http://www.google.com/dictionary/json?callback=a&sl=en&tl=en&restrict=pr,de&client=te&q=internet
Do you know other JSONP sources of interesting free information on the Internet, which could be useful to create mash-up webs?
Thanks!

Check out Programmableweb's API directory
https://www.programmableweb.com/apis/directory
I believe they are trying to be the Git Hub of APIs. They have over 13,000 APIs in their registry.
Should be very easy to find sources to mash up. =)

Related

How to canonicalize XML in C++ [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 8 years ago.
Improve this question
I have an in-app purchase support in my Windows Phone app, and want to add a server-side receipt verification. However, I want to canonicalize the receiptXml before sending it to server, so I am looking for a ready-to-use approach for XML canonicalization on Windows Phone.
Good libraries for C++ XML parsing are RapidXML, TinyXML, pugixml or maybe (depending on work env) Xerces-C++

Open protobuf service [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
Do you know of a robust, free, ideally open source, web service that uses protobuf.
I maintain an Android library for networking and I write samples for every module. For instance, the JSON modules use Github apis to get some data from the network and illustrate the client library usage.
Do you know an equivalent for protobuf ?
Thanks in advance.
Your protobuf module could use this api to access from the android market place:
https://code.google.com/p/android-market-api/

Open Source Platform for Subscription-based Web service? [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
Looking for a LAMP-based platform for subscription-based Web service that I can easily hack to fit my needs, which one would you recommend based on the following criteria:
Documentation
Install base
Support community
Scalability
Availability of plugins/add-ons
Correctness of Design (i.e. no need
to hack core files to add a plugin)
Feel free to add other criteria.
Wikipedia has a great comparison table of web service frameworks. This could be a good starting point: http://en.wikipedia.org/wiki/List_of_web_service_frameworks
Your best bet may be to go with a CMS and use a subscription plugin.
Joomla: http://extensions.joomla.org/extensions/e-commerce/membership-a-subscriptions
Wordpress: https://premium.wpmudev.org/project/membership/

Is there an API to get information on active US legislation? [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
I'm looking for an easy way to programatically find active legislation currently under review in the US Congress and Senate (date introduced, title, general subject, etc...). I've google'd a bit and haven't come up with anything. Does anybody know of an API that can access this data?
You could also have a look at
Real Time Congress API from Sunlight Labs
API from GovTrack.us (beta as of this post)
http://developer.nytimes.com/docs/congress_api

API for best gas prices, like GasBuddy? [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
Is there a web services API to get the gas prices based on address, zip code, or GPS coordinates? I have been unable to find one which is reliable and available freely. Thank you!
well check out www.mygasfeed.com and they are releasing an API. But they need a community to help them report gas prices.
pretty interesting web app that users can see gas stations visually on a map.