---
title: "Information about service"
method: GET
path: "/services/:id"
tags: ["Service"]
---

# Information about service

`GET /services/:id`

ServiceGet provides info for requested service on the node.

## Response `200`

Service detailed information

- ServiceInfoDTO
  - `connection_statistics` ServiceStatisticsDTO — ServiceStatisticsDTO shows the successful and attempted connection count
    - `attempted` integer
    - `successful` integer
  - `id` string
  - `options` string — options with which service was started. Every service has a unique list of allowed options.
  - `proposal` ProposalDTO
    - `access_policies` AccessPolicy[] — AccessPolicies
      - `id` string
      - `source` string
    - `compatibility` integer — Compatibility level.
    - `format` string — Proposal format.
    - `location` ServiceLocationDTO
      - `asn` integer — Autonomous System Number
      - `city` string
      - `continent` string
      - `country` string
      - `ip_type` string
      - `isp` string
    - `price` Price
      - `currency` string
      - `per_gib` integer
      - `per_gib_tokens` Tokens — Tokens a common response for ethereum blockchain monetary amount
        - `ether` string
        - `human` string
        - `wei` string
      - `per_hour` integer
      - `per_hour_tokens` Tokens — Tokens a common response for ethereum blockchain monetary amount
        - `ether` string
        - `human` string
        - `wei` string
    - `provider_id` string — provider who offers service
    - `quality` Quality
      - `bandwidth` number, double
      - `latency` number, double
      - `quality` number, double
      - `uptime` number, double
    - `service_type` string — type of service provider offers
  - `provider_id` string — provider identity
  - `status` string
  - `type` string — service type. Possible values are "openvpn", "wireguard" and "noop"

## Other responses

- `404` — Service not found
- `500` — Internal server error

---

[API](https://skmtc.net/mysteriumnetwork/apis/tequila-api.md) · [All operations](https://skmtc.net/mysteriumnetwork/apis/tequila-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mysteriumnetwork/tequila-api/versions/cb1439736b63/schema)
