Skip to content

Commit

Permalink
v1.0.1 - Add Reverse IP Lookup API +1
Browse files Browse the repository at this point in the history
-  Add Reverse IP Lookup API
-  Add /many/ in Waifu Generator
  • Loading branch information
elliottophellia committed Mar 7, 2024
1 parent a11cde9 commit e61a803
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/ANIME/WAIFU-Generator/README.id.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,19 @@ Dapetin banyak jenis gambar waifu untuk kamu!
| `cringe` |

## Get image

Dapetin url gambar dari endpoint yang kamu pilih.

| URL | Tipe Request |
| --- | ------------ |
| `https://waifu.rei.my.id/{type}/{category}` | `GET`

Dapetin banyak url gambar dari endpoint yang kamu pilih.

| URL | Tipe Request |
| --- | ------------ |
| `https://waifu.rei.my.id/many/{type}/{category}` | `GET`

<small> _Type yang valid adalah sfw dan nsfw._ </small>

## Example
Expand Down
7 changes: 7 additions & 0 deletions docs/ANIME/WAIFU-Generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,19 @@ Generate huge variety of waifu images for you!
| `cringe` |

## Get image

Recieve image url from your endpoint of choice.

| URL | Request Type |
| --- | ------------ |
| `https://waifu.rei.my.id/{type}/{category}` | `GET`

Recieve many image url from your endpoint of choice.

| URL | Request Type |
| --- | ------------ |
| `https://waifu.rei.my.id/many/{type}/{category}` | `GET`

<small> _Valid types are sfw and nsfw._ </small>

## Example
Expand Down
1 change: 1 addition & 0 deletions docs/OSINT/BIN-Lookup/README.id.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Lihat informasi details tentang nomor BIN.
<img src="https://img.shields.io/badge/SCHEME-HTTPS-a3be8c?style=flat-square"/> <img src="https://img.shields.io/badge/AUTHENTICATION-NONE-ebcb8b?style=flat-square"/> <img src="https://img.shields.io/badge/LIMITATION-50%20200%20OK%20%2F%201min-88C0D0?style=flat-square"/>

## Get details

Dapatkan detail informasi dari nomor BIN yang diberikan.

| URL | Request Type |
Expand Down
1 change: 1 addition & 0 deletions docs/OSINT/BIN-Lookup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Lookup details information about a BIN number.
<img src="https://img.shields.io/badge/SCHEME-HTTPS-a3be8c?style=flat-square"/> <img src="https://img.shields.io/badge/AUTHENTICATION-NONE-ebcb8b?style=flat-square"/> <img src="https://img.shields.io/badge/LIMITATION-50%20200%20OK%20%2F%201min-88C0D0?style=flat-square"/>

## Get details

Recieve details from your BIN number.

| URL | Request Type |
Expand Down
2 changes: 2 additions & 0 deletions docs/OSINT/IP-Address-Lookup/README.id.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ Lihat informasi detail tentang IP address.
<img src="https://img.shields.io/badge/SCHEME-HTTPS-a3be8c?style=flat-square"/> <img src="https://img.shields.io/badge/AUTHENTICATION-NONE-ebcb8b?style=flat-square"/> <img src="https://img.shields.io/badge/LIMITATION-50%20200%20OK%20%2F%201min-88C0D0?style=flat-square"/>

## Get details

Dapatkan detail informasi dari IP address kamu.

| URL | Request Type |
| --- | ------------ |
| `https://ip.rei.my.id/` | `GET`

Dapatkan detail informasi dari spesifik IP address.

| URL | Request Type |
| --- | ------------ |
| `https://ip.rei.my.id/{ip}` | `GET`
Expand Down
2 changes: 2 additions & 0 deletions docs/OSINT/IP-Address-Lookup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ Lookup details information about a IP address.
<img src="https://img.shields.io/badge/SCHEME-HTTPS-a3be8c?style=flat-square"/> <img src="https://img.shields.io/badge/AUTHENTICATION-NONE-ebcb8b?style=flat-square"/> <img src="https://img.shields.io/badge/LIMITATION-50%20200%20OK%20%2F%201min-88C0D0?style=flat-square"/>

## Get details

Recieve details from your IP address.

| URL | Request Type |
| --- | ------------ |
| `https://ip.rei.my.id/` | `GET`

Recieve details from specific IP address.

| URL | Request Type |
| --- | ------------ |
| `https://ip.rei.my.id/{ip}` | `GET`
Expand Down
1 change: 1 addition & 0 deletions docs/OSINT/Reverse-IP-Lookup/README.id.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Cari nama domain dari alamat IP.
<img src="https://img.shields.io/badge/SCHEME-HTTPS-a3be8c?style=flat-square"/> <img src="https://img.shields.io/badge/AUTHENTICATION-NONE-ebcb8b?style=flat-square"/> <img src="https://img.shields.io/badge/LIMITATION-50%20200%20OK%20%2F%201min-88C0D0?style=flat-square"/>

## Get details

Dapetin domain dari alamat IP yang diberikan.

| URL | Request Type |
Expand Down
1 change: 1 addition & 0 deletions docs/OSINT/Reverse-IP-Lookup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Lookup domain name from an IP address.
<img src="https://img.shields.io/badge/SCHEME-HTTPS-a3be8c?style=flat-square"/> <img src="https://img.shields.io/badge/AUTHENTICATION-NONE-ebcb8b?style=flat-square"/> <img src="https://img.shields.io/badge/LIMITATION-50%20200%20OK%20%2F%201min-88C0D0?style=flat-square"/>

## Get details

Recieve domain from specific IP address.

| URL | Request Type |
Expand Down

0 comments on commit e61a803

Please sign in to comment.