The mobile experience is still being developed. This may look/feel a bit odd for now.

44      responses:
45        "200":
46          description: OK
47          content:
48            application/json:
49              schema:
71      responses:
72        "200":
73          description: OK
74          content:
75            application/json:
76              schema:
80                series: [{ "timestamp": 1647817200000, "versions": [{ "value": 1225, "name": null }] }]
81        "404":
82          description: No data for combination of filter region and resolution or mismatch between *copy parameters
83      description: "Zeitreihendaten nach Filter, Region und Auflösung ab Timestamp"
84      summary: "Zeitreihendaten"
85
81        "404":
82          description: No data for combination of filter region and resolution or mismatch between *copy parameters
83      description: "Zeitreihendaten nach Filter, Region und Auflösung ab Timestamp"
84      summary: "Zeitreihendaten"
85
86components:
82          description: No data for combination of filter region and resolution or mismatch between *copy parameters
83      description: "Zeitreihendaten nach Filter, Region und Auflösung ab Timestamp"
84      summary: "Zeitreihendaten"
85
86components:
87  schemas:
82          description: No data for combination of filter region and resolution or mismatch between *copy parameters
83      description: "Zeitreihendaten nach Filter, Region und Auflösung ab Timestamp"
84      summary: "Zeitreihendaten"
85
86components:
87  schemas:
37        - $ref: "#/components/parameters/regionCopyParameter"
38        - $ref: "#/components/parameters/resolutionParameter"
39        - in: path
40          name: timestamp
41          schema:
42            type: integer
64        - $ref: "#/components/parameters/regionParameter"
65        - $ref: "#/components/parameters/regionCopyParameter"
66        - in: path
67          name: timestamp
68          schema:
69            type: integer
39        - in: path
40          name: timestamp
41          schema:
42            type: integer
43          required: true
44      responses:
66        - in: path
67          name: timestamp
68          schema:
69            type: integer
70          required: true
71      responses:
89      type: object
90      properties:
91        timestamps:
92          type: array
93          items:
94            type: integer
 96      type: object
 97      properties:
 98        meta_data:
 99          type: object
100          properties:
101            version:
103            created:
104              type: integer
105        series:
106          type: array
107          items:
108            type: array
112      type: object
113      properties:
114        meta_data:
115          type: object
116          properties:
117            version:
119            created:
120              type: integer
121        series:
122          type: array
123          items:
124            type: object
144      in: path
145      name: resolution
146      schema:
147        type: string
148        enum: [hour, quarterhour, day, week, month, year]
149        default: hour
161      in: path
162      name: filter
163      schema:
164        type: integer
165        enum:
166          [
248      in: path
249      name: filterCopy
250      schema:
251        type: integer
252        enum:
253          [
297      in: path
298      name: regionCopy
299      schema:
300        type: string
301        enum: [DE, AT, LU, DE-LU, DE-AT-LU, 50Hertz, Amprion, TenneT, TransnetBW, APG, Creos]
302      required: true
307      in: path
308      name: region
309      schema:
310        type: string
311        enum: [DE, AT, LU, DE-LU, DE-AT-LU, 50Hertz, Amprion, TenneT, TransnetBW, APG, Creos]
312        default: DE
11  /chart_data/{filter}/{region}/index_{resolution}.json:
12    get:
13      parameters:
14        - $ref: "#/components/parameters/filterParameter"
15        - $ref: "#/components/parameters/regionParameter"
16        - $ref: "#/components/parameters/resolutionParameter"
31  /chart_data/{filter}/{region}/{filterCopy}_{regionCopy}_{resolution}_{timestamp}.json:
32    get:
33      parameters:
34        - $ref: "#/components/parameters/filterParameter"
35        - $ref: "#/components/parameters/filterCopyParameter"
36        - $ref: "#/components/parameters/regionParameter"
59  /table_data/{filter}/{region}/{filterCopy}_{regionCopy}_quarterhour_{timestamp}.json:
60    get:
61      parameters:
62        - $ref: "#/components/parameters/filterParameter"
63        - $ref: "#/components/parameters/filterCopyParameter"
64        - $ref: "#/components/parameters/regionParameter"
10paths:
11  /chart_data/{filter}/{region}/index_{resolution}.json:
12    get:
13      parameters:
14        - $ref: "#/components/parameters/filterParameter"
15        - $ref: "#/components/parameters/regionParameter"
30
31  /chart_data/{filter}/{region}/{filterCopy}_{regionCopy}_{resolution}_{timestamp}.json:
32    get:
33      parameters:
34        - $ref: "#/components/parameters/filterParameter"
35        - $ref: "#/components/parameters/filterCopyParameter"
58
59  /table_data/{filter}/{region}/{filterCopy}_{regionCopy}_quarterhour_{timestamp}.json:
60    get:
61      parameters:
62        - $ref: "#/components/parameters/filterParameter"
63        - $ref: "#/components/parameters/filterCopyParameter"
10paths:
11  /chart_data/{filter}/{region}/index_{resolution}.json:
12    get:
13      parameters:
14        - $ref: "#/components/parameters/filterParameter"
15        - $ref: "#/components/parameters/regionParameter"
30
31  /chart_data/{filter}/{region}/{filterCopy}_{regionCopy}_{resolution}_{timestamp}.json:
32    get:
33      parameters:
34        - $ref: "#/components/parameters/filterParameter"
35        - $ref: "#/components/parameters/filterCopyParameter"
58
59  /table_data/{filter}/{region}/{filterCopy}_{regionCopy}_quarterhour_{timestamp}.json:
60    get:
61      parameters:
62        - $ref: "#/components/parameters/filterParameter"
63        - $ref: "#/components/parameters/filterCopyParameter"
11  /chart_data/{filter}/{region}/index_{resolution}.json:
12    get:
13      parameters:
14        - $ref: "#/components/parameters/filterParameter"
15        - $ref: "#/components/parameters/regionParameter"
16        - $ref: "#/components/parameters/resolutionParameter"
31  /chart_data/{filter}/{region}/{filterCopy}_{regionCopy}_{resolution}_{timestamp}.json:
32    get:
33      parameters:
34        - $ref: "#/components/parameters/filterParameter"
35        - $ref: "#/components/parameters/filterCopyParameter"
36        - $ref: "#/components/parameters/regionParameter"
59  /table_data/{filter}/{region}/{filterCopy}_{regionCopy}_quarterhour_{timestamp}.json:
60    get:
61      parameters:
62        - $ref: "#/components/parameters/filterParameter"
63        - $ref: "#/components/parameters/filterCopyParameter"
64        - $ref: "#/components/parameters/regionParameter"
10paths:
11  /chart_data/{filter}/{region}/index_{resolution}.json:
12    get:
13      parameters:
14        - $ref: "#/components/parameters/filterParameter"
15        - $ref: "#/components/parameters/regionParameter"
30
31  /chart_data/{filter}/{region}/{filterCopy}_{regionCopy}_{resolution}_{timestamp}.json:
32    get:
33      parameters:
34        - $ref: "#/components/parameters/filterParameter"
35        - $ref: "#/components/parameters/filterCopyParameter"
58
59  /table_data/{filter}/{region}/{filterCopy}_{regionCopy}_quarterhour_{timestamp}.json:
60    get:
61      parameters:
62        - $ref: "#/components/parameters/filterParameter"
63        - $ref: "#/components/parameters/filterCopyParameter"
10paths:
11  /chart_data/{filter}/{region}/index_{resolution}.json:
12    get:
13      parameters:
14        - $ref: "#/components/parameters/filterParameter"
15        - $ref: "#/components/parameters/regionParameter"
30
31  /chart_data/{filter}/{region}/{filterCopy}_{regionCopy}_{resolution}_{timestamp}.json:
32    get:
33      parameters:
34        - $ref: "#/components/parameters/filterParameter"
35        - $ref: "#/components/parameters/filterCopyParameter"
58
59  /table_data/{filter}/{region}/{filterCopy}_{regionCopy}_quarterhour_{timestamp}.json:
60    get:
61      parameters:
62        - $ref: "#/components/parameters/filterParameter"
63        - $ref: "#/components/parameters/filterCopyParameter"
44      responses:
45        "200":
46          description: OK
47          content:
48            application/json:
49              schema:
71      responses:
72        "200":
73          description: OK
74          content:
75            application/json:
76              schema:
80                series: [{ "timestamp": 1647817200000, "versions": [{ "value": 1225, "name": null }] }]
81        "404":
82          description: No data for combination of filter region and resolution or mismatch between *copy parameters
83      description: "Zeitreihendaten nach Filter, Region und Auflösung ab Timestamp"
84      summary: "Zeitreihendaten"
85
81        "404":
82          description: No data for combination of filter region and resolution or mismatch between *copy parameters
83      description: "Zeitreihendaten nach Filter, Region und Auflösung ab Timestamp"
84      summary: "Zeitreihendaten"
85
86components:
82          description: No data for combination of filter region and resolution or mismatch between *copy parameters
83      description: "Zeitreihendaten nach Filter, Region und Auflösung ab Timestamp"
84      summary: "Zeitreihendaten"
85
86components:
87  schemas:
82          description: No data for combination of filter region and resolution or mismatch between *copy parameters
83      description: "Zeitreihendaten nach Filter, Region und Auflösung ab Timestamp"
84      summary: "Zeitreihendaten"
85
86components:
87  schemas:
37        - $ref: "#/components/parameters/regionCopyParameter"
38        - $ref: "#/components/parameters/resolutionParameter"
39        - in: path
40          name: timestamp
41          schema:
42            type: integer
64        - $ref: "#/components/parameters/regionParameter"
65        - $ref: "#/components/parameters/regionCopyParameter"
66        - in: path
67          name: timestamp
68          schema:
69            type: integer
39        - in: path
40          name: timestamp
41          schema:
42            type: integer
43          required: true
44      responses:
66        - in: path
67          name: timestamp
68          schema:
69            type: integer
70          required: true
71      responses:
89      type: object
90      properties:
91        timestamps:
92          type: array
93          items:
94            type: integer
 96      type: object
 97      properties:
 98        meta_data:
 99          type: object
100          properties:
101            version:
103            created:
104              type: integer
105        series:
106          type: array
107          items:
108            type: array
112      type: object
113      properties:
114        meta_data:
115          type: object
116          properties:
117            version:
119            created:
120              type: integer
121        series:
122          type: array
123          items:
124            type: object
144      in: path
145      name: resolution
146      schema:
147        type: string
148        enum: [hour, quarterhour, day, week, month, year]
149        default: hour
161      in: path
162      name: filter
163      schema:
164        type: integer
165        enum:
166          [
248      in: path
249      name: filterCopy
250      schema:
251        type: integer
252        enum:
253          [
297      in: path
298      name: regionCopy
299      schema:
300        type: string
301        enum: [DE, AT, LU, DE-LU, DE-AT-LU, 50Hertz, Amprion, TenneT, TransnetBW, APG, Creos]
302      required: true
307      in: path
308      name: region
309      schema:
310        type: string
311        enum: [DE, AT, LU, DE-LU, DE-AT-LU, 50Hertz, Amprion, TenneT, TransnetBW, APG, Creos]
312        default: DE