GithubHelp home page GithubHelp logo

adhaaz / api Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vivirenremoto/free-public-api

0.0 0.0 0.0 50.59 MB

A bunch of APIs to solve small problems

PHP 99.15% CSS 0.23% JavaScript 0.34% HTML 0.28%

api's Introduction

free-public-api

A bunch of APIs to solve small problems

Support this project

Paypal

API Methods

https://free-public-api.herokuapp.com/

GET Parameters

  • input, default null
  • key (if is required, /geocode/ requires a google maps api key)
  • default, default value false
  • format [json|text], default text
  • callback, default null
  • spreadsheet, required value if you are using google spreadsheets

Response

JSON format

https://free-public-api.herokuapp.com/age/?value=1986-06-02&format=json

{
    "status":200,
    "result":34
}

Javascript callback

https://free-public-api.herokuapp.com/age/?value=1986-06-02&callback=printAge

printAge(34)

Error callback - missing api key

https://free-public-api.herokuapp.com/followers_youtube/?value=UC5ABuhKL2CIfTf54qTnTUhQ&key=&format=json

{
    "status":400,
    "error":"api key (youtube data) and valid billing account are required on https://console.cloud.google.com/apis/"
}

Using a method on Google Spreadsheets

=IMPORTDATA("https://free-public-api.herokuapp.com/age/?value=1986-06-02&spreadsheet=1")

Disclaimer

Any method can be changed or renamed any time, so I dont recomended to use this for production purposes.

api's People

Contributors

adhaaz avatar vivirenremoto avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.