|
58 | 58 | "responses": { |
59 | 59 | "200": { |
60 | 60 | "description": "OK.", |
| 61 | + "headers": { |
| 62 | + "Date": { |
| 63 | + "description": "Date and time of when the request was processed.", |
| 64 | + "schema": { |
| 65 | + "type": "string", |
| 66 | + "example": "Thu, 01 Jan 1970 00:00:00 GMT" |
| 67 | + } |
| 68 | + }, |
| 69 | + "X-Ratelimit-Limit": { |
| 70 | + "description": "Maximum number of requests per minute per IP address.", |
| 71 | + "schema": { |
| 72 | + "type": "integer", |
| 73 | + "example": 512 |
| 74 | + } |
| 75 | + }, |
| 76 | + "X-Ratelimit-Remaining": { |
| 77 | + "description": "Number of requests left for your IP address for the current minute.", |
| 78 | + "schema": { |
| 79 | + "type": "integer", |
| 80 | + "example": 256 |
| 81 | + } |
| 82 | + }, |
| 83 | + "X-Ratelimit-Reset": { |
| 84 | + "description": "Timestamp of the next minute, when rate limit resets.", |
| 85 | + "schema": { |
| 86 | + "type": "integer", |
| 87 | + "example": 1746433664 |
| 88 | + } |
| 89 | + } |
| 90 | + }, |
61 | 91 | "content": { |
62 | 92 | "application/json": { |
63 | 93 | "schema": { |
|
181 | 211 | "responses": { |
182 | 212 | "200": { |
183 | 213 | "description": "OK.", |
| 214 | + "headers": { |
| 215 | + "Date": { |
| 216 | + "description": "Date and time of when the request was processed.", |
| 217 | + "schema": { |
| 218 | + "type": "string", |
| 219 | + "example": "Thu, 01 Jan 1970 00:00:00 GMT" |
| 220 | + } |
| 221 | + }, |
| 222 | + "Expires": { |
| 223 | + "description": "Date and time of when cache for this response will expire, and the scraper will be ready to refetch the data with the next request.", |
| 224 | + "schema": { |
| 225 | + "type": "string", |
| 226 | + "example": "Thu, 01 Jan 1970 03:00:00 GMT" |
| 227 | + } |
| 228 | + }, |
| 229 | + "Last-Modified": { |
| 230 | + "description": "Date and time when the scraper fetched the data.", |
| 231 | + "schema": { |
| 232 | + "type": "string", |
| 233 | + "example": "Thu, 01 Jan 1970 00:00:00 GMT" |
| 234 | + } |
| 235 | + }, |
| 236 | + "X-Ratelimit-Limit": { |
| 237 | + "description": "Maximum number of requests per minute per IP address.", |
| 238 | + "schema": { |
| 239 | + "type": "integer", |
| 240 | + "example": 512 |
| 241 | + } |
| 242 | + }, |
| 243 | + "X-Ratelimit-Remaining": { |
| 244 | + "description": "Number of requests left for your IP address for the current minute.", |
| 245 | + "schema": { |
| 246 | + "type": "integer", |
| 247 | + "example": 256 |
| 248 | + } |
| 249 | + }, |
| 250 | + "X-Ratelimit-Reset": { |
| 251 | + "description": "Timestamp of the next minute, when rate limit resets.", |
| 252 | + "schema": { |
| 253 | + "type": "integer", |
| 254 | + "example": 1746433664 |
| 255 | + } |
| 256 | + } |
| 257 | + }, |
184 | 258 | "content": { |
185 | 259 | "application/json": { |
186 | 260 | "schema": { |
|
523 | 597 | "responses": { |
524 | 598 | "200": { |
525 | 599 | "description": "OK.", |
| 600 | + "headers": { |
| 601 | + "Date": { |
| 602 | + "description": "Date and time of when the request was processed.", |
| 603 | + "schema": { |
| 604 | + "type": "string", |
| 605 | + "example": "Thu, 01 Jan 1970 00:00:00 GMT" |
| 606 | + } |
| 607 | + }, |
| 608 | + "Expires": { |
| 609 | + "description": "Date and time of when cache for this response will expire, and the scraper will be ready to refetch the data with the next request.", |
| 610 | + "schema": { |
| 611 | + "type": "string", |
| 612 | + "example": "Thu, 01 Jan 1970 03:00:00 GMT" |
| 613 | + } |
| 614 | + }, |
| 615 | + "Last-Modified": { |
| 616 | + "description": "Date and time when the scraper fetched the data.", |
| 617 | + "schema": { |
| 618 | + "type": "string", |
| 619 | + "example": "Thu, 01 Jan 1970 00:00:00 GMT" |
| 620 | + } |
| 621 | + }, |
| 622 | + "X-Ratelimit-Limit": { |
| 623 | + "description": "Maximum number of requests per minute per IP address.", |
| 624 | + "schema": { |
| 625 | + "type": "integer", |
| 626 | + "example": 512 |
| 627 | + } |
| 628 | + }, |
| 629 | + "X-Ratelimit-Remaining": { |
| 630 | + "description": "Number of requests left for your IP address for the current minute.", |
| 631 | + "schema": { |
| 632 | + "type": "integer", |
| 633 | + "example": 256 |
| 634 | + } |
| 635 | + }, |
| 636 | + "X-Ratelimit-Reset": { |
| 637 | + "description": "Timestamp of the next minute, when rate limit resets.", |
| 638 | + "schema": { |
| 639 | + "type": "integer", |
| 640 | + "example": 1746433664 |
| 641 | + } |
| 642 | + } |
| 643 | + }, |
526 | 644 | "content": { |
527 | 645 | "application/json": { |
528 | 646 | "schema": { |
|
639 | 757 | "responses": { |
640 | 758 | "200": { |
641 | 759 | "description": "OK.", |
| 760 | + "headers": { |
| 761 | + "Date": { |
| 762 | + "description": "Date and time of when the request was processed.", |
| 763 | + "schema": { |
| 764 | + "type": "string", |
| 765 | + "example": "Thu, 01 Jan 1970 00:00:00 GMT" |
| 766 | + } |
| 767 | + }, |
| 768 | + "Expires": { |
| 769 | + "description": "Date and time of when cache for this response will expire, and the scraper will be ready to refetch the data with the next request.", |
| 770 | + "schema": { |
| 771 | + "type": "string", |
| 772 | + "example": "Thu, 01 Jan 1970 03:00:00 GMT" |
| 773 | + } |
| 774 | + }, |
| 775 | + "Last-Modified": { |
| 776 | + "description": "Date and time when the scraper fetched the data.", |
| 777 | + "schema": { |
| 778 | + "type": "string", |
| 779 | + "example": "Thu, 01 Jan 1970 00:00:00 GMT" |
| 780 | + } |
| 781 | + }, |
| 782 | + "X-Ratelimit-Limit": { |
| 783 | + "description": "Maximum number of requests per minute per IP address.", |
| 784 | + "schema": { |
| 785 | + "type": "integer", |
| 786 | + "example": 512 |
| 787 | + } |
| 788 | + }, |
| 789 | + "X-Ratelimit-Remaining": { |
| 790 | + "description": "Number of requests left for your IP address for the current minute.", |
| 791 | + "schema": { |
| 792 | + "type": "integer", |
| 793 | + "example": 256 |
| 794 | + } |
| 795 | + }, |
| 796 | + "X-Ratelimit-Reset": { |
| 797 | + "description": "Timestamp of the next minute, when rate limit resets.", |
| 798 | + "schema": { |
| 799 | + "type": "integer", |
| 800 | + "example": 1746433664 |
| 801 | + } |
| 802 | + } |
| 803 | + }, |
642 | 804 | "content": { |
643 | 805 | "application/json": { |
644 | 806 | "schema": { |
|
747 | 909 | "responses": { |
748 | 910 | "200": { |
749 | 911 | "description": "OK.", |
| 912 | + "headers": { |
| 913 | + "Date": { |
| 914 | + "description": "Date and time of when the request was processed.", |
| 915 | + "schema": { |
| 916 | + "type": "string", |
| 917 | + "example": "Thu, 01 Jan 1970 00:00:00 GMT" |
| 918 | + } |
| 919 | + }, |
| 920 | + "Expires": { |
| 921 | + "description": "Date and time of when cache for this response will expire, and the scraper will be ready to refetch the data with the next request.", |
| 922 | + "schema": { |
| 923 | + "type": "string", |
| 924 | + "example": "Thu, 01 Jan 1970 03:00:00 GMT" |
| 925 | + } |
| 926 | + }, |
| 927 | + "Last-Modified": { |
| 928 | + "description": "Date and time when the scraper fetched the data.", |
| 929 | + "schema": { |
| 930 | + "type": "string", |
| 931 | + "example": "Thu, 01 Jan 1970 00:00:00 GMT" |
| 932 | + } |
| 933 | + }, |
| 934 | + "X-Ratelimit-Limit": { |
| 935 | + "description": "Maximum number of requests per minute per IP address.", |
| 936 | + "schema": { |
| 937 | + "type": "integer", |
| 938 | + "example": 512 |
| 939 | + } |
| 940 | + }, |
| 941 | + "X-Ratelimit-Remaining": { |
| 942 | + "description": "Number of requests left for your IP address for the current minute.", |
| 943 | + "schema": { |
| 944 | + "type": "integer", |
| 945 | + "example": 256 |
| 946 | + } |
| 947 | + }, |
| 948 | + "X-Ratelimit-Reset": { |
| 949 | + "description": "Timestamp of the next minute, when rate limit resets.", |
| 950 | + "schema": { |
| 951 | + "type": "integer", |
| 952 | + "example": 1746433664 |
| 953 | + } |
| 954 | + } |
| 955 | + }, |
750 | 956 | "content": { |
751 | 957 | "application/json": { |
752 | 958 | "schema": { |
|
823 | 1029 | "responses": { |
824 | 1030 | "200": { |
825 | 1031 | "description": "OK.", |
| 1032 | + "headers": { |
| 1033 | + "Date": { |
| 1034 | + "description": "Date and time of when the request was processed.", |
| 1035 | + "schema": { |
| 1036 | + "type": "string", |
| 1037 | + "example": "Thu, 01 Jan 1970 00:00:00 GMT" |
| 1038 | + } |
| 1039 | + }, |
| 1040 | + "X-Ratelimit-Limit": { |
| 1041 | + "description": "Maximum number of requests per minute per IP address.", |
| 1042 | + "schema": { |
| 1043 | + "type": "integer", |
| 1044 | + "example": 512 |
| 1045 | + } |
| 1046 | + }, |
| 1047 | + "X-Ratelimit-Remaining": { |
| 1048 | + "description": "Number of requests left for your IP address for the current minute.", |
| 1049 | + "schema": { |
| 1050 | + "type": "integer", |
| 1051 | + "example": 256 |
| 1052 | + } |
| 1053 | + }, |
| 1054 | + "X-Ratelimit-Reset": { |
| 1055 | + "description": "Timestamp of the next minute, when rate limit resets.", |
| 1056 | + "schema": { |
| 1057 | + "type": "integer", |
| 1058 | + "example": 1746433664 |
| 1059 | + } |
| 1060 | + } |
| 1061 | + }, |
826 | 1062 | "content": { |
827 | 1063 | "application/json": { |
828 | 1064 | "schema": { |
|
0 commit comments