Lovense API Demos By Delta (Test Only)

Standard API - By Server Call

This implementation is based on the Official Lovense Standard API - By Server. By Server is another method to make the request call instead of using LAN.

1. Search Connected Toy

You can input the developer `token` and `uid` of your app to test the function right away. Or get from Mobile Remote page > By QR code > copy from the request body.

Request:

URL: https://api.lovense-api.com/api/lan/v2/command
Timestamp: -
Request will appear here...

Response:

Timestamp: -
Response will appear here...

2. Test `Function` Commands

Request:

URL: https://api.lovense-api.com/api/lan/v2/command
Timestamp: -
Request will appear here...

Response:

Timestamp: -
Response will appear here...

3. Test `Position` Commands

Special Position request for Solace Pro. Note: Solace Pro also responds to Vibrate and Thrust commands in section 3.

Request:

URL: https://api.lovense-api.com/api/lan/v2/command
Timestamp: -
Request will appear here...

Response:

Timestamp: -
Response will appear here...

4. Test `Pattern` Commands

Request:

URL: https://api.lovense-api.com/api/lan/v2/command
Timestamp: -
Request will appear here...

Response:

Timestamp: -
Response will appear here...

5. Test `PatternV2` Commands

Send advanced pattern commands to Solace Pro. Each action consists of a timestamp (ms) and position value.

Form Input

Direct JSON Input

Input actions array only. Other parameters will use default values.

Form Input

This function helps calculate the offset time from the server:

  1. Records time T1 before sending request
  2. Records time T2 after receiving response
  3. Calculates offset: (T2 - T1)
Start Time (T1): -
End Time (T2): -
Calculated Offset: -

Request:

URL: https://api.lovense-api.com/api/lan/v2/command
Timestamp: -
Request will appear here...

Response:

Timestamp: -
Response will appear here...