Sunrise / Sunfall for multiple location

How can I create a sun-rise/sunfall for a secondary location, like a holidayhome?

Solved:

sensor:
  - platform: rest
    resource_template: https://api.sunrise-sunset.org/json?lat=%lat1%&lng=%lng1ยค&formatted=0
    name: API_priLocation
    value_template: "OK"
    json_attributes_path: "$.results"
    json_attributes:
    - sunrise
    - sunset
    - solar_noon
    - day_length
  - platform: rest
    resource_template: https://api.sunrise-sunset.org/json?lat=%lat2%&lng=%lng2%&formatted=0
    name: API_secLocation
    value_template: "OK"
    json_attributes_path: "$.results"
    json_attributes:
    - sunrise
    - sunset
    - solar_noon
    - day_length