JSON Nexus

Home

API

Pricing

Contact

JSON Nexus

Communication.

Configuration.

Storage.

All with a simple API.


JSON_Nexus = {
    "for": 'Developers & Businesses',
    "purpose": 'Simple but powerful API for JSON based data storage & communication',
    "features": {
        "data": 'Store JSON records in channels',
        "communication": 'Expose your JSON records for others to retrieve',
        "security": 'Control access to your channels with channel settings'
    },
    "use_cases": [
                    'IoT & M2M', 
                    'Data storage for apps', 
                    'Dashboards', 
                    'Online config files,'
                    '..anything you can think of...'
    ],
    "cost": ['Free', 'Paid plans available']
}

Create an account

Start by creating an account on JSON nexus. All you need is a valid email adress. Creating an account is free. Upon acount creation, you get your unique URL identifyer (URL UID) and API key. We use URL UIDs to anonimize your account, and to ensure uniqueness in API endpoints. Your URL UID is part of the API endpoints for accessing JSON nexus, either by you or others that will access your channels. Once you have an account you can start making channels and place data on them. To find your URL UID and API key, log in and go to your account page.

Contact us

Haven't found what you were looking for? Have questions? Send us your question or feature request and we will help you!

Communication.

Configuration.

Storage.

All with a simple API.


JSON_Nexus = {
    "for": 'Developers & Businesses',
    "purpose": 'Simple but powerful API for JSON based data storage & communication',
    "features": {
        "data": 'Store JSON records in channels',
        "communication": 'Expose your JSON records for others to retrieve',
        "security": 'Control access to your channels with channel settings'
    },
    "use_cases": [
                    'IoT & M2M', 
                    'Data storage for apps', 
                    'Dashboards', 
                    'Online config files,'
                    '..anything you can think of...'
    ],
    "cost": ['Free', 'Paid plans available']
}

Create an account

Start by creating an account on JSON nexus. All you need is a valid email adress. Creating an account is free. Upon acount creation, you get your unique URL identifyer (URL UID) and API key. We use URL UIDs to anonimize your account, and to ensure uniqueness in API endpoints. Your URL UID is part of the API endpoints for accessing JSON nexus, either by you or others that will access your channels. Once you have an account you can start making channels and place data on them. To find your URL UID and API key, log in and go to your account page.

Make channels

Use the API to make channels on your URL. The API key is needed for this. Read our documentation on how to do this. Channels get their own access key, which is needed for others to access them. Channels can be made public, in which case anyone that is provided with your URL UID and channel name can access them.

Post JSON record on your channels

With the API you can submit (POST) JSON records on the channel. The channel acts as an FIFO array of fixed length, allowing you to keep track of record history. You are in control of the JSON schema, so different JSON records can be stored in the channel. If a channel is full, posting a new record will automatically push out the oldest one.

Retrieve JSON records

The records on the channels can be exposed to whom you wish to share them with. You are in charge of distributing channel keys in case of private channels. Records can be simply retrieved from the channel. Furthermore JSON Nexus offers key-dot adressing, meaning the API endpoint can be structured to address (and retrieve) specific parts of the JSON record.

Need more?

Need more space for your data? You can go for one of the paid plans. JSON Nexus does not implement rate limiting, but limits storage and bandwidth cost by limiting the number of channels a user can have, and by limiting the subsequent number of records per channel and the size of the records themselves. The free plan cannot be extended, but the paid plans allow you to add additional channels for an additional fee, keeping the max record size the same. If you need larger record sizes, you can upgrade your plan. Even that is not enough? Feel free to contact us and we wil help you.

Contact us

Haven't found what you were looking for? Have questions? Send us your question or feature request and we will help you!

© JSON Nexus 2025