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

75            type: string
76            enum: ["", "F", "M", "U"]
77          description: "Free text query"
78          example: "F"
79          
80        - in: query
83          schema:
84            type: string
85          description: "Two digit country code"
86          example: "DE"
87          
88        - in: query
107      responses:
108        '200':
109            description: OK
110            content:
111              application/json:
112                schema:
126      responses:
127        '200':
128            description: OK
129            content:
130              application/json:
131                schema:
137          schema:
138            type: string
139          description: "Notice ID"
140          example: "1993-27493"
141
142  /notices/v1/yellow:
145      responses:
146        '200':
147            description: OK
148            content:
149              application/json:
150                schema:
156          schema:
157            type: string
158          description: "First name"
159          example: "MAX"
160        
161        - in: query
164          schema:
165            type: string
166          description: "Last name"
167          example: "Mustermann"
168          
169        - in: query
172          schema:
173            type: string
174          description: "Two digit country code"
175          example: "DE"
176        
177        - in: query
180          schema:
181            type: integer
182          description: "maximum age"
183          example: 120
184        
185        - in: query
188          schema:
189            type: integer
190          description: "minimum age"
191          example: 18
192          
193        - in: query
196          schema:
197            type: string
198          description: "Free text query"
199          example: ""
200          
201        - in: query
205            type: string
206            enum: ["", "F", "M", "U"]
207          description: "Free text query"
208          example: "F"
209          
210        - in: query
213          schema:
214            type: integer
215          description: "pagination - starts with 1"
216          example: 1
217          
218        - in: query
221          schema:
222            type: integer
223          description: "resultPerPage"
224          example: 200
225
226  /notices/v1/yellow/{noticeID}:
229      responses:
230        '200':
231            description: OK
232            content:
233              application/json:
234                schema:
240          schema:
241            type: string
242          description: "Notice ID"
243          example: "2014-5590"
244  
245  /notices/v1/yellow/{noticeID}/images:
248      responses:
249        '200':
250            description: OK
251            content:
252              application/json:
253                schema:
259          schema:
260            type: string
261          description: "Notice ID"
262          example: "2014-5590"
263
264  /notices/v1/un:
267      responses:
268        '200':
269            description: OK
270            content:
271              application/json:
272                schema:
279          schema:
280            type: string
281          description: "Last name"
282          example: "Mustermann"
283
284        - in: query
302          schema:
303            type: integer
304          description: "pagination - starts with 1"
305          example: 1
306          
307        - in: query
310          schema:
311            type: integer
312          description: "resultPerPage"
313          example: 200
314
315  /notices/v1/un/{noticeType}/{noticeID}:
318      responses:
319        '200':
320            description: OK
321            content:
322              application/json:
323                schema:
329          schema:
330            type: string
331          description: "Notice ID"
332          example: "2014-5590"
333
334        - in: path
345      responses:
346        '200':
347            description: OK
348            content:
349              application/json:
350                schema:
356          schema:
357            type: string
358          description: "Notice ID"
359          example: "2014-5590"
360
361        - in: path
364          schema:
365            type: string
366          description: "Notice Type (either 'persons' or 'entities')"
367          example: "persons"
368
369components: 
807                    type: string
808                    example: https://ws-public.interpol.int/notices/v1/un/persons/2021-82522/images/62323740
809      UNNoticeDetail:
810        type: object
811        properties:
812          summary:
285          required: false
286          name: unReference
287          schema:
288            type: string
289          description: "UN-Referenz"
290        
372        type: object
373        properties:
374          _embedded: 
375            type: object
376            properties: 
377              images: 
392                              type: string
393                              example: https://ws-public.interpol.int/notices/v1/red/1993-27493/images/52558228
394          _links: 
395            type: object
396            properties: 
397              self: 
417        type: object
418        properties:
419          arrest_warrants: 
420            type: array
421            items: 
422              type: object
482            type: string
483            example: KARLSRUHE
484          _embedded: 
485            type: object
486            properties: 
487              links: 
489                items: 
490                  type: string
491          _links: 
492            type: object
493            properties: 
494              self: 
517            format: int32
518            example: 0
519          query: 
520            type: object
521            properties: 
522              page: 
528                format: int32
529                example: 160
530          _embedded: 
531            type: object
532            properties: 
533              notices: 
535                items: 
536                  type: string
537          _links: 
538            type: object
539            properties: 
540              self: 
565        type: object
566        properties:
567          _embedded: 
568            type: object
569            properties: 
570              images: 
585                              type: string
586                              example: https://ws-public.interpol.int/notices/v1/yellow/2014-5590/images/59410257
587          _links: 
588            type: object
589            properties: 
590              self: 
614            format: int32
615            example: 63
616          birth_name:
617            type: string
618
619          entity_id:
682            type: string
683            example: KARLSRUHE
684          _embedded: 
685            type: object
686            properties: 
687              links: 
689                items: 
690                  type: string
691          _links: 
692            type: object
693            properties: 
694              self: 
718            format: int32
719            example: 0
720          query: 
721            type: object
722            properties: 
723              page: 
729                format: int32
730                example: 160
731          _embedded: 
732            type: object
733            properties: 
734              notices: 
736                items: 
737                  type: string
738          _links: 
739            type: object
740            properties: 
741              self: 
766        type: object
767        properties:
768          _embedded: 
769            type: object
770            properties: 
771              images: 
786                              type: string
787                              example: https://ws-public.interpol.int/notices/v1/un/2021-82522/images/62323740
788          _links: 
789            type: object
790            properties: 
791              self: 
810        type: object
811        properties:
812          summary:
813            type: string
814
815          weight: 
817            format: int32
818            example: 63
819          profession:
820            type: string
821
822          purposes:
820            type: string
821
822          purposes:
823            type: array
824            items:
825              type: string
827            type: string
828            example: 2021/84506
829          aliases:
830            type: array
831            items:
832              type: string
831            items:
832              type: string
833          father_name: 
834            type: string
835
836          un_reference: 
837            type: string
838            example: QDi.432
839          identity_documents:
840            type: array
841            items:
842              type: string
846              type: string
847              example: DE           
848          name_at_birth:
849            type: string
850 
851          name: 
852            type: string
853            example: MAX
854          name_in_original_script: 
855            type: string
856  
857          un_resolution: 
858            type: integer
859            example: 1267
860          father_forename: 
861            type: string
862
863          mother_forename: 
861            type: string
862
863          mother_forename: 
864            type: string
865
866          forename: 
864            type: string
865
866          forename: 
867            type: string
868    
869          associates:
867            type: string
868    
869          associates:
870            type: array
871            items:
872              type: string
877            type: string
878            example: 2021/12/29
879          forename_in_original_script: 
880            type: string
881   
882          languages_spoken_ids: 
891            type: string
892            example: M
893          mother_name: 
894            type: string
895    
896          adresses: 
894            type: string
895    
896          adresses: 
897            type: array
898            items: 
899              type: string
904            type: string
905            example: Associated with Islamic State in Iraq and the Levant
906          from_chamber_of_commerce: 
907            type: string
908  
909          legal_form: 
907            type: string
908  
909          legal_form: 
910            type: string
911    
912          administrators: 
910            type: string
911    
912          administrators: 
913            type: array
914            items: 
915              type: string
914            items: 
915              type: string
916          additional_information: 
917            type: string
918    
919          registration_number: 
917            type: string
918    
919          registration_number: 
920            type: string
921   
922          formerly_known_as: 
920            type: string
921   
922          formerly_known_as: 
923            type: string
924   
925          _embedded: 
923            type: string
924   
925          _embedded: 
926            type: object
927            properties: 
928              links: 
930                items: 
931                  type: string
932          _links: 
933            type: object
934            properties: 
935              self: 
958            format: int32
959            example: 0
960          query: 
961            type: object
962            properties: 
963              page: 
969                format: int32
970                example: 160
971          _embedded: 
972            type: object
973            properties: 
974              notices: 
976                items: 
977                  type: string
978          _links: 
979            type: object
980            properties: 
981              self: 
12  /notices/v1/red:
13    get:
14      summary: Get Red Notices
15      responses:
16        '200':
17            description: OK
104  /notices/v1/red/{noticeID}:
105    get:
106      summary: Get Red Notice Details
107      responses:
108        '200':
109            description: OK
123  /notices/v1/red/{noticeID}/images:
124    get:
125      summary: Get Red Notice Images
126      responses:
127        '200':
128            description: OK
142  /notices/v1/yellow:
143    get:
144      summary: Get Yellow Notices
145      responses:
146        '200':
147            description: OK
226  /notices/v1/yellow/{noticeID}:
227    get:
228      summary: Get Yellow Notice Details
229      responses:
230        '200':
231            description: OK
245  /notices/v1/yellow/{noticeID}/images:
246    get:
247      summary: Get Yellow Notice Images
248      responses:
249        '200':
250            description: OK
264  /notices/v1/un:
265    get:
266      summary: Get UN Notices
267      responses:
268        '200':
269            description: OK
315  /notices/v1/un/{noticeType}/{noticeID}:
316    get:
317      summary: Get UN Notice Details
318      responses:
319        '200':
320            description: OK
342  /notices/v1/un/{noticeType}/{noticeID}/images:
343    get:
344      summary: Get UN Notice Images
345      responses:
346        '200':
347            description: OK
11paths:
12  /notices/v1/red:
13    get:
14      summary: Get Red Notices
15      responses:
16        '200':
103
104  /notices/v1/red/{noticeID}:
105    get:
106      summary: Get Red Notice Details
107      responses:
108        '200':
122
123  /notices/v1/red/{noticeID}/images:
124    get:
125      summary: Get Red Notice Images
126      responses:
127        '200':
141
142  /notices/v1/yellow:
143    get:
144      summary: Get Yellow Notices
145      responses:
146        '200':
225
226  /notices/v1/yellow/{noticeID}:
227    get:
228      summary: Get Yellow Notice Details
229      responses:
230        '200':
244  
245  /notices/v1/yellow/{noticeID}/images:
246    get:
247      summary: Get Yellow Notice Images
248      responses:
249        '200':
263
264  /notices/v1/un:
265    get:
266      summary: Get UN Notices
267      responses:
268        '200':
314
315  /notices/v1/un/{noticeType}/{noticeID}:
316    get:
317      summary: Get UN Notice Details
318      responses:
319        '200':
341  
342  /notices/v1/un/{noticeType}/{noticeID}/images:
343    get:
344      summary: Get UN Notice Images
345      responses:
346        '200':
12  /notices/v1/red:
13    get:
14      summary: Get Red Notices
15      responses:
16        '200':
17            description: OK
104  /notices/v1/red/{noticeID}:
105    get:
106      summary: Get Red Notice Details
107      responses:
108        '200':
109            description: OK
123  /notices/v1/red/{noticeID}/images:
124    get:
125      summary: Get Red Notice Images
126      responses:
127        '200':
128            description: OK
142  /notices/v1/yellow:
143    get:
144      summary: Get Yellow Notices
145      responses:
146        '200':
147            description: OK
226  /notices/v1/yellow/{noticeID}:
227    get:
228      summary: Get Yellow Notice Details
229      responses:
230        '200':
231            description: OK
245  /notices/v1/yellow/{noticeID}/images:
246    get:
247      summary: Get Yellow Notice Images
248      responses:
249        '200':
250            description: OK
264  /notices/v1/un:
265    get:
266      summary: Get UN Notices
267      responses:
268        '200':
269            description: OK
315  /notices/v1/un/{noticeType}/{noticeID}:
316    get:
317      summary: Get UN Notice Details
318      responses:
319        '200':
320            description: OK
342  /notices/v1/un/{noticeType}/{noticeID}/images:
343    get:
344      summary: Get UN Notice Images
345      responses:
346        '200':
347            description: OK
11paths:
12  /notices/v1/red:
13    get:
14      summary: Get Red Notices
15      responses:
16        '200':
103
104  /notices/v1/red/{noticeID}:
105    get:
106      summary: Get Red Notice Details
107      responses:
108        '200':
122
123  /notices/v1/red/{noticeID}/images:
124    get:
125      summary: Get Red Notice Images
126      responses:
127        '200':
141
142  /notices/v1/yellow:
143    get:
144      summary: Get Yellow Notices
145      responses:
146        '200':
225
226  /notices/v1/yellow/{noticeID}:
227    get:
228      summary: Get Yellow Notice Details
229      responses:
230        '200':
244  
245  /notices/v1/yellow/{noticeID}/images:
246    get:
247      summary: Get Yellow Notice Images
248      responses:
249        '200':
263
264  /notices/v1/un:
265    get:
266      summary: Get UN Notices
267      responses:
268        '200':
314
315  /notices/v1/un/{noticeType}/{noticeID}:
316    get:
317      summary: Get UN Notice Details
318      responses:
319        '200':
341  
342  /notices/v1/un/{noticeType}/{noticeID}/images:
343    get:
344      summary: Get UN Notice Images
345      responses:
346        '200':
807                    type: string
808                    example: https://ws-public.interpol.int/notices/v1/un/persons/2021-82522/images/62323740
809      UNNoticeDetail:
810        type: object
811        properties:
812          summary:
75            type: string
76            enum: ["", "F", "M", "U"]
77          description: "Free text query"
78          example: "F"
79          
80        - in: query
83          schema:
84            type: string
85          description: "Two digit country code"
86          example: "DE"
87          
88        - in: query
107      responses:
108        '200':
109            description: OK
110            content:
111              application/json:
112                schema:
126      responses:
127        '200':
128            description: OK
129            content:
130              application/json:
131                schema:
137          schema:
138            type: string
139          description: "Notice ID"
140          example: "1993-27493"
141
142  /notices/v1/yellow:
145      responses:
146        '200':
147            description: OK
148            content:
149              application/json:
150                schema:
156          schema:
157            type: string
158          description: "First name"
159          example: "MAX"
160        
161        - in: query
164          schema:
165            type: string
166          description: "Last name"
167          example: "Mustermann"
168          
169        - in: query
172          schema:
173            type: string
174          description: "Two digit country code"
175          example: "DE"
176        
177        - in: query
180          schema:
181            type: integer
182          description: "maximum age"
183          example: 120
184        
185        - in: query
188          schema:
189            type: integer
190          description: "minimum age"
191          example: 18
192          
193        - in: query
196          schema:
197            type: string
198          description: "Free text query"
199          example: ""
200          
201        - in: query
205            type: string
206            enum: ["", "F", "M", "U"]
207          description: "Free text query"
208          example: "F"
209          
210        - in: query
213          schema:
214            type: integer
215          description: "pagination - starts with 1"
216          example: 1
217          
218        - in: query
221          schema:
222            type: integer
223          description: "resultPerPage"
224          example: 200
225
226  /notices/v1/yellow/{noticeID}:
229      responses:
230        '200':
231            description: OK
232            content:
233              application/json:
234                schema:
240          schema:
241            type: string
242          description: "Notice ID"
243          example: "2014-5590"
244  
245  /notices/v1/yellow/{noticeID}/images:
248      responses:
249        '200':
250            description: OK
251            content:
252              application/json:
253                schema:
259          schema:
260            type: string
261          description: "Notice ID"
262          example: "2014-5590"
263
264  /notices/v1/un:
267      responses:
268        '200':
269            description: OK
270            content:
271              application/json:
272                schema:
279          schema:
280            type: string
281          description: "Last name"
282          example: "Mustermann"
283
284        - in: query
302          schema:
303            type: integer
304          description: "pagination - starts with 1"
305          example: 1
306          
307        - in: query
310          schema:
311            type: integer
312          description: "resultPerPage"
313          example: 200
314
315  /notices/v1/un/{noticeType}/{noticeID}:
318      responses:
319        '200':
320            description: OK
321            content:
322              application/json:
323                schema:
329          schema:
330            type: string
331          description: "Notice ID"
332          example: "2014-5590"
333
334        - in: path
345      responses:
346        '200':
347            description: OK
348            content:
349              application/json:
350                schema:
356          schema:
357            type: string
358          description: "Notice ID"
359          example: "2014-5590"
360
361        - in: path
364          schema:
365            type: string
366          description: "Notice Type (either 'persons' or 'entities')"
367          example: "persons"
368
369components: 
285          required: false
286          name: unReference
287          schema:
288            type: string
289          description: "UN-Referenz"
290        
372        type: object
373        properties:
374          _embedded: 
375            type: object
376            properties: 
377              images: 
392                              type: string
393                              example: https://ws-public.interpol.int/notices/v1/red/1993-27493/images/52558228
394          _links: 
395            type: object
396            properties: 
397              self: 
417        type: object
418        properties:
419          arrest_warrants: 
420            type: array
421            items: 
422              type: object
482            type: string
483            example: KARLSRUHE
484          _embedded: 
485            type: object
486            properties: 
487              links: 
489                items: 
490                  type: string
491          _links: 
492            type: object
493            properties: 
494              self: 
517            format: int32
518            example: 0
519          query: 
520            type: object
521            properties: 
522              page: 
528                format: int32
529                example: 160
530          _embedded: 
531            type: object
532            properties: 
533              notices: 
535                items: 
536                  type: string
537          _links: 
538            type: object
539            properties: 
540              self: 
565        type: object
566        properties:
567          _embedded: 
568            type: object
569            properties: 
570              images: 
585                              type: string
586                              example: https://ws-public.interpol.int/notices/v1/yellow/2014-5590/images/59410257
587          _links: 
588            type: object
589            properties: 
590              self: 
614            format: int32
615            example: 63
616          birth_name:
617            type: string
618
619          entity_id:
682            type: string
683            example: KARLSRUHE
684          _embedded: 
685            type: object
686            properties: 
687              links: 
689                items: 
690                  type: string
691          _links: 
692            type: object
693            properties: 
694              self: 
718            format: int32
719            example: 0
720          query: 
721            type: object
722            properties: 
723              page: 
729                format: int32
730                example: 160
731          _embedded: 
732            type: object
733            properties: 
734              notices: 
736                items: 
737                  type: string
738          _links: 
739            type: object
740            properties: 
741              self: 
766        type: object
767        properties:
768          _embedded: 
769            type: object
770            properties: 
771              images: 
786                              type: string
787                              example: https://ws-public.interpol.int/notices/v1/un/2021-82522/images/62323740
788          _links: 
789            type: object
790            properties: 
791              self: 
810        type: object
811        properties:
812          summary:
813            type: string
814
815          weight: 
817            format: int32
818            example: 63
819          profession:
820            type: string
821
822          purposes:
820            type: string
821
822          purposes:
823            type: array
824            items:
825              type: string
827            type: string
828            example: 2021/84506
829          aliases:
830            type: array
831            items:
832              type: string
831            items:
832              type: string
833          father_name: 
834            type: string
835
836          un_reference: 
837            type: string
838            example: QDi.432
839          identity_documents:
840            type: array
841            items:
842              type: string
846              type: string
847              example: DE           
848          name_at_birth:
849            type: string
850 
851          name: 
852            type: string
853            example: MAX
854          name_in_original_script: 
855            type: string
856  
857          un_resolution: 
858            type: integer
859            example: 1267
860          father_forename: 
861            type: string
862
863          mother_forename: 
861            type: string
862
863          mother_forename: 
864            type: string
865
866          forename: 
864            type: string
865
866          forename: 
867            type: string
868    
869          associates:
867            type: string
868    
869          associates:
870            type: array
871            items:
872              type: string
877            type: string
878            example: 2021/12/29
879          forename_in_original_script: 
880            type: string
881   
882          languages_spoken_ids: 
891            type: string
892            example: M
893          mother_name: 
894            type: string
895    
896          adresses: 
894            type: string
895    
896          adresses: 
897            type: array
898            items: 
899              type: string
904            type: string
905            example: Associated with Islamic State in Iraq and the Levant
906          from_chamber_of_commerce: 
907            type: string
908  
909          legal_form: 
907            type: string
908  
909          legal_form: 
910            type: string
911    
912          administrators: 
910            type: string
911    
912          administrators: 
913            type: array
914            items: 
915              type: string
914            items: 
915              type: string
916          additional_information: 
917            type: string
918    
919          registration_number: 
917            type: string
918    
919          registration_number: 
920            type: string
921   
922          formerly_known_as: 
920            type: string
921   
922          formerly_known_as: 
923            type: string
924   
925          _embedded: 
923            type: string
924   
925          _embedded: 
926            type: object
927            properties: 
928              links: 
930                items: 
931                  type: string
932          _links: 
933            type: object
934            properties: 
935              self: 
958            format: int32
959            example: 0
960          query: 
961            type: object
962            properties: 
963              page: 
969                format: int32
970                example: 160
971          _embedded: 
972            type: object
973            properties: 
974              notices: 
976                items: 
977                  type: string
978          _links: 
979            type: object
980            properties: 
981              self: