Skip to main content

New APIs



New API's from Prograrammable Web

Ask Ziggy

Ask Ziggy

Ask Ziggy is a service that allows developers to integrate natural language voice commands to applications. Ask Ziggy include voice-to-text functionality, voice-activated commands, and can be used across multiple platforms. The Ask Ziggy API allows developers to access and integrate the functionality of Ask Ziggy with other applications and to create new applications. Some example API methods include adding applications, creating events, and managing actions.
WhatLanguage

WhatLanguage

WhatLanguage.net is a language detection web service. Users can cut and paste text and upload files to determine what language the text is in. The WhatLanguage API allows developers to access and integrate the functionality of WhatLanguage with other applications and to create new applications. The main API method is detecting the language of text, websites, and files, either one at a time or multiple at a time.
Do.com

Do.com

Do.com is a project management and collaboration application to help teams and individuals accomplish tasks and get projects done. The Do.com API allows developers to access and integrate the functionality with other applications and to create new applications. Some example API methods include managing users, managing tasks and retrieving task information, and managing projects.
Skybuffer Cloud Checklist

Skybuffer Cloud Checklist

Cloud Checklist by Skybuffer is a web application that allows users to manage lists of tasks synchronously via standard browser-based web client or by using application programming interfaces (APIs) provided for development. The Cloud Checklist API allows developers to access and integrate the functionality of Cloud Checklist with other applications. Some example API methods include managing users, managing viewers, and listing information and messages.
Walk Score Travel Time

Walk Score Travel Time

Walk Score is a website that allows users to search neighborhoods for information about local places and services to determine how "walkable" a neighborhood is, generating an walk score. Walk Score's Travel Time API calculates travel times between an origin and a set of destinations. The API can visualize travel times on a map and supports walking, public transit, driving, and biking times.
Parsify

Parsify

Parsify is a document processing and converting service. Parsify allows users to parse documents, retrieve key parts of a document, and convert the document into other formats. The Parsify API allows developers to access and integrate the functionality of Parsify with other applications and to create new applications. Some example API methods include retrieving document information, converting documents, and retrieving statistics about a document.
TidyClub

TidyClub

TidyClub is a club management platform. Clubs, committees, and organizations can use TidyClub to manage the logistics and details for their association, with features like communication tools, accepting payments, and managing tasks and projects. The TidyClub API allows developers to access and integrate the functionality of TidyClub with other applications and to create new applications. Some example API methods include managing members, listing meetings and meeting details, and tracking financial transactions.
Abra Mobile Websites

Abra Mobile Websites

Abra Mobile Websites is a mobile website creation platform. Companies and organizations create websites that work on mobile phones. The Abra API allows developers to access and integrate the functionality of Abra with other applications and to create mobile websites. Public documentation is not available; interested developers should contact Abra for more information: http://support.abramobile.com/customer/portal/emails/newbb.
Stream SDK

Stream SDK

Stream SDK offers developers a backend-as-a-service platform for their mobile applications. Developers can use mobile and web APIs to store basic data types, files, categories, send push notifications, and query data. An interface is designed for developer to manage all objects. Developers can use the data browser to view data and upload large amounts of data that will later be consumed in a mobile app, download recent data to run their own custom analytics.
Dropproxy

Dropproxy

Dropproxy is a file-sharing service that hides a user's Dropbox ID from a public URL via a proxy so users can safely share files from Dropbox while remaining safe. The Dropproxy API allows developers to access and integrate the functionality of Dropproxy with other applications. The main API methods are posting a file to get a proxy, retrieving a file, and retrieving stats about the file link.
Campaigner Elements

Campaigner Elements

Campaigner is an email marketing services provider. One of its offerings is the Campaigner Elements API, which provides programmatic means by which users can manage subscriber groups, contacts, content, and email campaigns, as well as download metrics and reports. These functions allow users to automatically integrate external data with Campaigner's systems and to develop custom applications that use Campaigner functions and data.
Spizter Heritage Archive

Spizter Heritage Archive

The Spitzer Heritage Archive contains visual data from the Spitzer Space Telescope. The archive may be accessed via the Spitzer Heritage Archive API, which provides HTTP GET calls in which requests are sets of parameter=value pairs. Users can specify results by fixed position, moving target NAIF ID, program ID, Astronomical Observation Request ID, and more. Results are returned as IPAC Tables containing metadata and URL links to downloadable data.
Userscripts

Userscripts

Userscripts is a website that hosts thousands of free scripts that enhance the enjoyment or usability of popular sites. Visitors can search the Userscripts website for helpful scripts or create an account and contribute their own. Userscripts offers a REST API that uses calls in JSON to retrieve scripts from the site.
Sketch Engine

Sketch Engine

The Sketch Engine (SkE) is a Corpus Query System that lets users access information on 30 million to 10 billion words for each of 42 languages (with more to come). Information is provided in the form of word sketches; one-page, automatic, corpus-derived summaries of words' grammatical and collocational behavior. "Collocation" describes the behavior of words or terms that occur together more often than mere chance would dictate. Users can also employ SkE's WebBootCaT service to build their own instant corpora for specialist terminology in any language. These corpora can then be uploaded to SkE for further exploration. SkE's information can be accessed directly though a web browser or programmatically using REST calls.

Comments

Popular posts from this blog

The Discovery of Digital India

বাংলা ગુજરાતી हिंदी ಕನ್ನಡ മലയാളം मराठी पंजाबी ଓଡିଆ தமிழ் తెలుగు      Sindhi  سنڌي DIGITAL INDIA:  The Complete Reference How to discover and use Digital India Services for your personal and professional productivity and success. Ravindra Dastikop https://youtube.com/user/dastikop 2020 CHALLENGE Today Digital India information is scattered and lodged in different systems and places hence my professional      MISSION: To organize Digital India information  and make it universally accessible and useful to every Indian resident. TABLE OF CONTENTS  Mission  PREFACE TARGET AUDIENCE   Organization of this book  How to use this Book for Results PART I  : GETTING STARTED What is digital India ? - Its vision and mission, structure, Digital India platform nature and components  PART II :  DIGITAL INDIA SERVICES FOR CITIZENS These services provide information, services, and other functionality...

26 New API

New APIs PrimoPay The service provides payment processing for e-commerce and other online transactions within Australia. It works through Australian banks to verify customer accounts and availability of funds, then completes credit card processing to transfer funds to a seller. Batching functions retry transactions that fail initially due to problems with a bank's processing system. Because it remains independent of banks, sellers can change banking relationships without reconfiguring online payment functionality. API methods support payment submission using popular credit cards Visa, MasterCard, American Express, and Diners Club, among others. Methods interact with issuing banks to pre-authorize cards and verify available account balances, then obtain buyer confirmation and complete payment processing. The API also handles refunds for cancelled or returned purchases. Hatsize ...

Using the SendGrid API to send emails from your mobile apps

Using the SendGrid API to send emails from your mobile apps SendGrid  is a cloud-based service that exposes and easy-to-use API to send emails from your apps, and Appcelerator apps are no exception. Sendgrid just published an Appcelerator library that makes it even easier to use. To use it, first sign up for a free SendGrid account at  http://sendgrid.com . The user name and password you choose will be the ones you’ll use for the library. The library is currently hosted on  GitHub  and soon will be available in the Appcelerator Marketplace. Locate the file  tisendgrid.js  and copy it to your project folder. For more information see here