### Request for Data After 3000 Records Source: https://portal.msil.go.jp/howtouse This demonstrates fetching data starting from the 3001st record by setting 'resultOffset' to 3000. ```HTTP https://api.msil.go.jp/submarine-cable-line/v2/MapServer/2/query?f=geojson&where=1=1&returnGeometry=true&resultOffset=3000 ``` -------------------------------- ### Request for Data After 1000 Records Source: https://portal.msil.go.jp/howtouse To retrieve data beyond the initial 1000 records, append the 'resultOffset' parameter to specify the starting point for the next set of records. ```HTTP https://api.msil.go.jp/submarine-cable-line/v2/MapServer/2/query?f=geojson&where=1=1&returnGeometry=true&resultOffset=1000 ``` -------------------------------- ### Initial Request for Data Source: https://portal.msil.go.jp/howtouse This is the initial request to retrieve data. It sets the format to GeoJSON and includes a basic query. ```HTTP https://api.msil.go.jp/submarine-cable-line/v2/MapServer/2/query?f=geojson&where=1=1&returnGeometry=true ``` -------------------------------- ### Request for Data After 2000 Records Source: https://portal.msil.go.jp/howtouse Continue using the 'resultOffset' parameter with increments of 1000 to fetch subsequent batches of data. ```HTTP https://api.msil.go.jp/submarine-cable-line/v2/MapServer/2/query?f=geojson&where=1=1&returnGeometry=true&resultOffset=2000 ``` -------------------------------- ### 海しるAPI - General Information Source: https://portal.msil.go.jp/ This section provides general information about the 海しる API, including its base endpoint, supported methods, and response formats. ```APIDOC ## API Overview ### Base Endpoint https://api.msil.go.jp/ ### Supported HTTP Methods GET ### Response Data Formats JSON GeoJSON PNG ### OAS Definition Files Available for download at https://portal.msil.go.jp/apis ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.