Store & Retrieve Codes by IP Address

Secure, fast, and simple IP-based code storage with automatic expiration

10-min TTL
Secure
Fast
Code Security

Your IP Address

Detecting...

Send Your Code

Store a new code or retrieve existing one for your IP

Enter any alphanumeric code (max 255 characters)
10 minutes

Codes automatically expire after 10 minutes of inactivity

Quick Codes:

How It Works

IP-Based

Each IP address can store one unique code. Automatically detects your IP.

Auto-Expire

Codes automatically expire after 10 minutes, keeping your data fresh.

Smart Retrieval

If a code exists for your IP, it returns the existing one instead of storing new.

Secure

All communications are secure. No sensitive data is stored permanently.

API Documentation

Endpoint

POST /api.php

Request Format

{
  "code": "YOUR_CODE_HERE"
}

cURL Example

curl -X POST https://linkpost.mxime.xyz/api.php \
  -H "Content-Type: application/json" \
  -d '{"code":"WEB-Z3OORFBP"}'

Response Format

{
  "status": "stored|existing|error",
  "ip": "123.456.789.012",
  "code": "YOUR_CODE",
  "created_at": "2024-01-20 14:30:45"
}