• ARTICLE
  • STRING
  • CONVERTER
  • ENCRYPT
  • NETWORK
  • MORE
    CHART
    MATH
    COORDINATE
    IMAGE
    FILE
    OPEN API
  • ARTICLE
    STRING
    CONVERTER
    ENCRYPT
    NETWORK
    MORE
    CHART
    MATH
    COORDINATE
    IMAGE
    FILE
    OPEN API
logo Online Tools

Open API List and Billing Information

Ⅰ. Open API billing information description

  1. Only the APIs listed in the table below are open API interfaces.
  2. Billing Type - Fixed Amount per Invoke : Charged based on each API call, each call consumes a fixed number of API points.
  3. The default unit for billing values is API points, which means that when calling an API, a certain amount of API points are consumed according to different billing types.
  4. API calls are only billed when the call is successful. The criteria for successful invocation are: a. The HTTP status code for API response is 2XX. b. The status code for API response is successful. (Only when the response of the API contains an API status code)
  5. The API supporting MCP provides MCP tool calls, which can be invoked in the agent environment of a large language model (LLM).
Ⅱ. Open API and its billing information
No. API Support MCP API Name API Description Billing Type Billing Billing Description
1 /base/gservice/api/v1/Crc Yes Calculate Crc Calculate the CRC value of input data, supporting multiple CRC algorithms. Fixed Amount per Invoke 2000 N/A
2 /base/gservice/api/v1/UnixTimestampToDateTimeString Yes Unix Timestamp to DateTime String Convert a single Unix timestamp to a datetime string. Support for second and millisecond timestamps, setting of datetime format, and setting of datetime timezone Fixed Amount per Invoke 1000 N/A
3 /base/gservice/api/v1/DateTimeStringToUnixTimestamp Yes DateTime String to Unix Timestamp Convert a single datetime string to a Unix timestamp. Support conversion to second and millisecond timestamps, support setting datetime format, and support setting the timezone for datetime Fixed Amount per Invoke 1000 N/A
4 /base/gservice/api/v1/CoordinateTransform Yes Map Coordinate System Conversion Coordinate conversion is supported between the Baidu coordinate system (bd09), the Geocentric Coordinate System for China (GCJ02, also known as the Mars coordinate system, used by domestic Gaode Map and Tencent Map), and the WGS84 coordinate system. Only one input coordinate is supported. Fixed Amount per Invoke 1000 N/A
5 /base/gservice/api/v1/BatchCoordinateTransform Yes Batch Map Coordinate System Conversion Perform coordinate conversion between Baidu coordinate system (bd09), China Geodetic Coordinate System (GCJ02, also known as Mars coordinate system, used by domestic Gaode Map and Tencent Map), and WGS84 coordinate system. This tool is a batch map coordinate system conversion tool, supporting up to 10,000 sets of coordinates as input. Fixed Amount per Invoke 2500 N/A
6 /base/gservice/api/v1/BatchUnixTimestampToDateTimeString Yes Batch Unix Timestamp to DateTime String Convert multiple Unix timestamps to datetime strings. Support for second and millisecond timestamps, setting of datetime format, and setting of datetime timezone Fixed Amount per Invoke 2500 N/A
7 /base/gservice/api/v1/BatchDateTimeStringToUnixTimestamp Yes Batch DateTime String to Unix Timestamp Convert multiple datetime strings to Unix timestamps. Support conversion to second and millisecond timestamps, support setting datetime formats, and support setting the timezone for datetime Fixed Amount per Invoke 2500 N/A
8 /base/gservice/api/v1/WorkDay Yes Determine whether a date is a working day Determine whether a Gregorian calendar date is a working day based on the statutory holiday arrangements issued by the State Council. Support date calculations from 2015 to the present. Fixed Amount per Invoke 1000 N/A
9 /base/gservice/api/v1/WorkDayStatistics Yes Workday statistics Statistics on working days, rest days, holidays, and compensatory working days within the range from the start date to the end date. Supports date calculations from 2015 to the present. Fixed Amount per Invoke 1000 N/A
10 /base/gservice/api/v1/WorkEndDate Yes Calculate the end date of the working day Calculate the end date based on the start date and the specified number of working days. Both the start date and the end date are included in the calculation of the number of working days. Date calculations from 2015 to the present are supported. Fixed Amount per Invoke 1000 N/A
11 /base/gservice/api/v1/JsonFlatten Yes Expand JSON data into a two-dimensional array Expand any valid JSON data into a two-dimensional array, where the first element of the array is the column name and the other elements are the data Fixed Amount per Invoke 2000 N/A
12 /base/gservice/api/v1/JsonFlattenToTableData Yes Expand JSON data into table data Expand any valid JSON data into tabular data. The result should include table column names, table data, and table merged cell data (if any). Fixed Amount per Invoke 2000 N/A
13 /base/gservice/api/v1/JsonToExcel Yes Convert JSON data to Excel spreadsheet Convert any JSON data into an Excel xlsx table, support expanding nested JSON objects and arrays, and return the download HTTPS URL address of the converted Excel xlsx table file. Fixed Amount per Invoke 10000 N/A
14 /base/gservice/api/v1/GeodeticToXyz Yes Mutual conversion between geodetic coordinates and Earth-centered Earth-fixed rectangular coordinates Mutual conversion between geodetic coordinates and Earth-centered Earth-fixed (ECEF) rectangular coordinates, supporting multiple predefined ellipsoids or custom ellipsoids. Fixed Amount per Invoke 1000 N/A