Giter Club home page Giter Club logo

kaomoji.html's Introduction

kaomoji.html

http://kaomoji.n-at.me/

API Reference

(API is subject to change without notice)

Records

Resource URL

GET http://kaomoji.n-at.me/kaomoji.json

Paramaters

filter
(optional)
Returns results that match a specified value.
Example Values: ω
since
(optional)
Returns results that created since a specified value (unix timestamp).
Example Values: 1351567940
include_created_at
(optional)
Returns results that include created_at. Default to false
Example Values: true

Example Request

GET http://kaomoji.n-at.me/kaomoji.json?filter=%EF%BC%BE&since=1351567940&include_created_at=true

{
  "modified": 1353550341,
  "records": [
    {
      "id": 1763,
      "text": "ふっふっふー(^O^) 私も以前それわかんなくて四苦八苦したのだけれどもねっ!なんと!@を入力してからひとちゃんのhを入力してみましょう!さすれば道は開かれりゅっ!!",
      "created_at": 1351613578
    }
  ]
}

Record

Resource URL

GET http://kaomoji.n-at.me/:id.json

Paramaters

include_created_at
(optional)
Returns results that include created_at. Default to false
Example Values: true

Example Request

GET http://kaomoji.n-at.me/1763.json

{
  "record": {
    "id": 1763,
    "text":"ふっふっふー(^O^) 私も以前それわかんなくて四苦八苦したのだけれどもねっ!なんと!@を入力してからひとちゃんのhを入力してみましょう!さすれば道は開かれりゅっ!!"
  }
}

Random

Resource URL

GET http://kaomoji.n-at.me/random.json

Paramaters

include_created_at
(optional)
Returns results that include created_at. Default to false
Example Values: true

Example Request

GET http://kaomoji.n-at.me/random.json

{
  "record": {
    "id": 1763,
    "text":"ふっふっふー(^O^) 私も以前それわかんなくて四苦八苦したのだけれどもねっ!なんと!@を入力してからひとちゃんのhを入力してみましょう!さすれば道は開かれりゅっ!!"
  }
}

kaomoji.html's People

Contributors

tatat avatar

Stargazers

Jose Suarez avatar Eunsoo Lee avatar Maki Blackwell avatar  avatar Lyx avatar Hsn723 avatar Osamu Takiya avatar Yusuke Nakamura avatar  avatar Takuya Kitazawa avatar Yuta Hiroto avatar Ryota Kojima avatar fullmated avatar  avatar sunlei avatar  avatar Lex Tang avatar Water Lou avatar mironal avatar sota avatar MISAWA Yoshihiro avatar  avatar Ryota Kojima avatar Kenji Abe avatar Kazuhiro YOSHIKAWA avatar Kazuya Takeshima avatar

Watchers

Nihad Abbasov avatar  avatar

Forkers

fohne

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.