Giter VIP home page Giter VIP logo

myip.ninja's Introduction

MYIP.NINJA

myip.ninja is a very simple piece of code that gives you back your IP in plaintext for usage wherever you like like in bash scripts. myip.ninja can also give you specific IPs like v4.myip.ninja and v6.myip.ninja. myip.ninja works over both http and https.

How to use

#curl myip.ninja
  > 8.8.8.8
#curl v6.myip.ninja
  > aced:a11:7e57
#curl myip.ninja/?format=json
  > {"ip":"8.8.8.8"}
#curl myip.ninja/?format=jsonp&callback=cb
  > cb({"ip":"188.189.89.234"});
#curl myip.ninja/?format=xml
  > <?xml version="1.0" encoding="UTF-8"?>
  > <IP>188.189.89.234</IP>

Why not use insert local command here

myip.ninja is used to detect your External IP, this can be handy when you're behind a NAT or when not even sure where the script will be used.

Is it stable?

myip.ninja is developed for internal use at SHOUTca.st where it has been in production use for years.

How is it funded? Where are the ads?

myip.ninja is paid for by SHOUTca.st, We don't see such extreme use that we're not able to pay for it anymore. If you plan super heavy use we suggest hosting it yourself.

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.