find_satellites_above

List satellites above an observer within an angular search radius.

Signature: find_satellites_above(observer_lat: decimal number, decimal degrees (WGS84), required; observer_lon: decimal number, decimal degrees (WGS84), required; observer_alt_m: decimal number, metres, optional, default 0; radius_deg: integer, degrees, optional, default 30; category_id: integer, optional, default 0; limit: integer, items, optional, default 25; offset: integer, items, optional, default 0)

Direct GET

For navigating agents: open the HTML page with parameters in the URL. The result is fetched and displayed without screenshots or form filling.

Open this validated HTML GET URL

https://allemannsdata.com/wiki/kilder/n2yo/find_satellites_above/?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0

Replace {observer_lat}, {observer_lon}, {observer_alt_m}, {radius_deg}, {category_id} with values. Remove unused optional parameters from the URL.

For software and dashboards: Read the operation descriptor. The JSON GET template is https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0. Open this exact request as JSON.

ParameterRequirementJSON typeDescription
observer_latrequirednumberObserver latitude in WGS84 decimal degrees. Unit: decimal degrees (WGS84).
observer_lonrequirednumberObserver longitude in WGS84 decimal degrees. Unit: decimal degrees (WGS84).
observer_alt_moptionalnumberObserver altitude above sea level in metres. Unit: metres.
radius_degoptionalintegerSearch radius from 0 to 90 degrees. Unit: degrees.
category_idoptionalintegerN2YO category id; 0 means all categories, 1 brightest.
limitoptionalintegerGateway page size; default 25, maximum 100.
offsetoptionalintegerNumber of list items to skip; default 0.
Generated JavaScript, Python and response structure

Use JSON when the user requests code, machine-readable data, value extraction or further computation. Use the HTML GET page to identify the correct source and verify parameters.

Example for generated JavaScript and Python

https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0

Replace URL placeholders and remove unused optional parameters.

JavaScript in a dashboard

const url = "https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0";
const response = await fetch(url);
if (!response.ok) {
  const failure = await response.json();
  throw new Error(`${failure.error.code}: ${failure.error.message} ${failure.suggestion}`);
}
const result = await response.json();
const data = result.data;

Python without additional packages

import json
from urllib.request import urlopen

url = "https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0"
with urlopen(url) as response:
    result = json.load(response)
data = result["data"]

Response structure

{
  "source": "n2yo",
  "operation": "find_satellites_above",
  "parameters": {},
  "data": {},
  "entities": [],
  "_meta": {"retrieved_at": "...", "sources": [], "cache": {}},
  "_links": {"self": "...", "source": "...", "wiki": "...", "feedback": "..."}
}
Form for manual use

The form is a fallback for people and browser agents that cannot open the GET URL directly.

Type: decimal number. Observer latitude in WGS84 decimal degrees. Unit: decimal degrees (WGS84).
Type: decimal number. Observer longitude in WGS84 decimal degrees. Unit: decimal degrees (WGS84).
Type: decimal number. Observer altitude above sea level in metres. Unit: metres.
Type: integer. Search radius from 0 to 90 degrees. Unit: degrees.
Type: integer. N2YO category id; 0 means all categories, 1 brightest.

Result

Source: N2YO satellite data. Retrieved 2026-09-26T12:01:42Z in 5.702 seconds.

info:
category:
ANY
transactionscount:
6
satcount:
119
above:

25 results

  1. satid:
    163
    satname:
    MIDAS 3
    intDesignator:
    1961-018A
    launchDate:
    1961-07-12
    satlat:
    57.7931
    satlng:
    22.0972
    satalt:
    3355.1228
  2. satid:
    836
    satname:
    OPS 3662 (VELA 3)
    intDesignator:
    1964-040A
    launchDate:
    1964-07-17
    satlat:
    52.0798
    satlng:
    4.8789
    satalt:
    158466.5972
  3. satid:
    3561
    satname:
    COSMOS 252 DEB
    intDesignator:
    1968-097P
    launchDate:
    1968-11-01
    satlat:
    59.25
    satlng:
    5.4525
    satalt:
    882.0804
  4. satid:
    7022
    satname:
    DELTA 1 DEB
    intDesignator:
    1973-086N
    launchDate:
    1973-11-06
    satlat:
    64.7149
    satlng:
    13.9422
    satalt:
    1418.5436
  5. satid:
    7800
    satname:
    SL-6 R/B(2)
    intDesignator:
    1975-036D
    launchDate:
    1975-04-29
    satlat:
    45.9387
    satlng:
    -21.2641
    satalt:
    20224.9446
  6. satid:
    8601
    satname:
    MOLNIYA 1-32
    intDesignator:
    1976-006A
    launchDate:
    1976-01-22
    satlat:
    63.4029
    satlng:
    19.9436
    satalt:
    36974.7668
  7. satid:
    10150
    satname:
    COSMOS 931
    intDesignator:
    1977-068A
    launchDate:
    1977-07-20
    satlat:
    64.9709
    satlng:
    -1.6752
    satalt:
    28015.7821
  8. satid:
    10823
    satname:
    DELTA 1 DEB
    intDesignator:
    1976-077BT
    launchDate:
    1976-07-29
    satlat:
    65.5568
    satlng:
    9.5675
    satalt:
    1523.2782
  9. satid:
    11417
    satname:
    COSMOS 1109
    intDesignator:
    1979-058A
    launchDate:
    1979-06-27
    satlat:
    51.3063
    satlng:
    25.6032
    satalt:
    23741.0938
  10. satid:
    12311
    satname:
    SL-6 R/B(2)
    intDesignator:
    1981-016E
    launchDate:
    1981-02-19
    satlat:
    69.9134
    satlng:
    -47.1724
    satalt:
    27727.9812
  11. satid:
    13075
    satname:
    SL-6 R/B(2)
    intDesignator:
    1982-015D
    launchDate:
    1982-02-26
    satlat:
    59.3102
    satlng:
    29.748
    satalt:
    38435.5789
  12. satid:
    13512
    satname:
    THOR ABLESTAR DEB
    intDesignator:
    1961-015KV
    launchDate:
    1961-06-29
    satlat:
    59.4663
    satlng:
    2.5848
    satalt:
    734.7487
  13. satid:
    13875
    satname:
    MOLNIYA 3-20
    intDesignator:
    1983-015A
    launchDate:
    1983-03-11
    satlat:
    61.3351
    satlng:
    50.9015
    satalt:
    38842.5874
  14. satid:
    14258
    satname:
    COSMOS 1490 (GLONASS)
    intDesignator:
    1983-084A
    launchDate:
    1983-08-10
    satlat:
    63.1873
    satlng:
    -4.1608
    satalt:
    19133.5183
  15. satid:
    14260
    satname:
    COSMOS 1492 (GLONASS)
    intDesignator:
    1983-084C
    launchDate:
    1983-08-10
    satlat:
    52.6496
    satlng:
    27.4506
    satalt:
    19164.7926
  16. satid:
    14734
    satname:
    COSMOS 1317 DEB
    intDesignator:
    1981-108E
    launchDate:
    1981-10-31
    satlat:
    69.1056
    satlng:
    0.9672
    satalt:
    28100.7751
  17. satid:
    14735
    satname:
    COSMOS 1317 DEB
    intDesignator:
    1981-108F
    launchDate:
    1981-10-31
    satlat:
    70.4606
    satlng:
    9.5394
    satalt:
    25439.7631
  18. satid:
    15226
    satname:
    USA 4
    intDesignator:
    1984-091A
    launchDate:
    1984-08-28
    satlat:
    57.9345
    satlng:
    15.8957
    satalt:
    37328.2076
  19. satid:
    15261
    satname:
    COSMOS 1595 (GLONASS)
    intDesignator:
    1984-095C
    launchDate:
    1984-09-04
    satlat:
    49.0149
    satlng:
    29.3352
    satalt:
    19144.1324
  20. satid:
    15270
    satname:
    SL-6 R/B(2)
    intDesignator:
    1984-096D
    launchDate:
    1984-09-07
    satlat:
    50.7703
    satlng:
    14.1317
    satalt:
    26633.8435
  21. satid:
    15350
    satname:
    COSMOS 1604
    intDesignator:
    1984-107A
    launchDate:
    1984-10-04
    satlat:
    51.8619
    satlng:
    -36.9859
    satalt:
    32347.5638
  22. satid:
    15738
    satname:
    MOLNIYA 3-24
    intDesignator:
    1985-040A
    launchDate:
    1985-05-29
    satlat:
    48.745
    satlng:
    -17.559
    satalt:
    26848.0534
  23. satid:
    15780
    satname:
    COSMOS 1275 DEB
    intDesignator:
    1981-053KH
    launchDate:
    1981-06-04
    satlat:
    59.4202
    satlng:
    -1.9024
    satalt:
    946.496
  24. satid:
    16137
    satname:
    ATLAS 55E R/B
    intDesignator:
    1985-093B
    launchDate:
    1985-10-09
    satlat:
    54.9485
    satlng:
    -2.7009
    satalt:
    16064.4554
  25. satid:
    16186
    satname:
    SL-6 R/B(2)
    intDesignator:
    1985-098D
    launchDate:
    1985-10-22
    satlat:
    55.0792
    satlng:
    -31.5949
    satalt:
    25603.0425
limit:
25
offset:
0
returned:
25
has_more_results:
yes
truncated:
yes
next_offset:
25
Show all fields in HTML
info:
category:
ANY
transactionscount:
6
satcount:
119
above:

25 results

  1. satid:
    163
    satname:
    MIDAS 3
    intDesignator:
    1961-018A
    launchDate:
    1961-07-12
    satlat:
    57.7931
    satlng:
    22.0972
    satalt:
    3355.1228
  2. satid:
    836
    satname:
    OPS 3662 (VELA 3)
    intDesignator:
    1964-040A
    launchDate:
    1964-07-17
    satlat:
    52.0798
    satlng:
    4.8789
    satalt:
    158466.5972
  3. satid:
    3561
    satname:
    COSMOS 252 DEB
    intDesignator:
    1968-097P
    launchDate:
    1968-11-01
    satlat:
    59.25
    satlng:
    5.4525
    satalt:
    882.0804
  4. satid:
    7022
    satname:
    DELTA 1 DEB
    intDesignator:
    1973-086N
    launchDate:
    1973-11-06
    satlat:
    64.7149
    satlng:
    13.9422
    satalt:
    1418.5436
  5. satid:
    7800
    satname:
    SL-6 R/B(2)
    intDesignator:
    1975-036D
    launchDate:
    1975-04-29
    satlat:
    45.9387
    satlng:
    -21.2641
    satalt:
    20224.9446
  6. satid:
    8601
    satname:
    MOLNIYA 1-32
    intDesignator:
    1976-006A
    launchDate:
    1976-01-22
    satlat:
    63.4029
    satlng:
    19.9436
    satalt:
    36974.7668
  7. satid:
    10150
    satname:
    COSMOS 931
    intDesignator:
    1977-068A
    launchDate:
    1977-07-20
    satlat:
    64.9709
    satlng:
    -1.6752
    satalt:
    28015.7821
  8. satid:
    10823
    satname:
    DELTA 1 DEB
    intDesignator:
    1976-077BT
    launchDate:
    1976-07-29
    satlat:
    65.5568
    satlng:
    9.5675
    satalt:
    1523.2782
  9. satid:
    11417
    satname:
    COSMOS 1109
    intDesignator:
    1979-058A
    launchDate:
    1979-06-27
    satlat:
    51.3063
    satlng:
    25.6032
    satalt:
    23741.0938
  10. satid:
    12311
    satname:
    SL-6 R/B(2)
    intDesignator:
    1981-016E
    launchDate:
    1981-02-19
    satlat:
    69.9134
    satlng:
    -47.1724
    satalt:
    27727.9812
  11. satid:
    13075
    satname:
    SL-6 R/B(2)
    intDesignator:
    1982-015D
    launchDate:
    1982-02-26
    satlat:
    59.3102
    satlng:
    29.748
    satalt:
    38435.5789
  12. satid:
    13512
    satname:
    THOR ABLESTAR DEB
    intDesignator:
    1961-015KV
    launchDate:
    1961-06-29
    satlat:
    59.4663
    satlng:
    2.5848
    satalt:
    734.7487
  13. satid:
    13875
    satname:
    MOLNIYA 3-20
    intDesignator:
    1983-015A
    launchDate:
    1983-03-11
    satlat:
    61.3351
    satlng:
    50.9015
    satalt:
    38842.5874
  14. satid:
    14258
    satname:
    COSMOS 1490 (GLONASS)
    intDesignator:
    1983-084A
    launchDate:
    1983-08-10
    satlat:
    63.1873
    satlng:
    -4.1608
    satalt:
    19133.5183
  15. satid:
    14260
    satname:
    COSMOS 1492 (GLONASS)
    intDesignator:
    1983-084C
    launchDate:
    1983-08-10
    satlat:
    52.6496
    satlng:
    27.4506
    satalt:
    19164.7926
  16. satid:
    14734
    satname:
    COSMOS 1317 DEB
    intDesignator:
    1981-108E
    launchDate:
    1981-10-31
    satlat:
    69.1056
    satlng:
    0.9672
    satalt:
    28100.7751
  17. satid:
    14735
    satname:
    COSMOS 1317 DEB
    intDesignator:
    1981-108F
    launchDate:
    1981-10-31
    satlat:
    70.4606
    satlng:
    9.5394
    satalt:
    25439.7631
  18. satid:
    15226
    satname:
    USA 4
    intDesignator:
    1984-091A
    launchDate:
    1984-08-28
    satlat:
    57.9345
    satlng:
    15.8957
    satalt:
    37328.2076
  19. satid:
    15261
    satname:
    COSMOS 1595 (GLONASS)
    intDesignator:
    1984-095C
    launchDate:
    1984-09-04
    satlat:
    49.0149
    satlng:
    29.3352
    satalt:
    19144.1324
  20. satid:
    15270
    satname:
    SL-6 R/B(2)
    intDesignator:
    1984-096D
    launchDate:
    1984-09-07
    satlat:
    50.7703
    satlng:
    14.1317
    satalt:
    26633.8435
  21. satid:
    15350
    satname:
    COSMOS 1604
    intDesignator:
    1984-107A
    launchDate:
    1984-10-04
    satlat:
    51.8619
    satlng:
    -36.9859
    satalt:
    32347.5638
  22. satid:
    15738
    satname:
    MOLNIYA 3-24
    intDesignator:
    1985-040A
    launchDate:
    1985-05-29
    satlat:
    48.745
    satlng:
    -17.559
    satalt:
    26848.0534
  23. satid:
    15780
    satname:
    COSMOS 1275 DEB
    intDesignator:
    1981-053KH
    launchDate:
    1981-06-04
    satlat:
    59.4202
    satlng:
    -1.9024
    satalt:
    946.496
  24. satid:
    16137
    satname:
    ATLAS 55E R/B
    intDesignator:
    1985-093B
    launchDate:
    1985-10-09
    satlat:
    54.9485
    satlng:
    -2.7009
    satalt:
    16064.4554
  25. satid:
    16186
    satname:
    SL-6 R/B(2)
    intDesignator:
    1985-098D
    launchDate:
    1985-10-22
    satlat:
    55.0792
    satlng:
    -31.5949
    satalt:
    25603.0425
limit:
25
offset:
0
returned:
25
has_more_results:
yes
truncated:
yes
next_offset:
25
Will you use the result in generated code?

Open the same result as JSON

Is data missing or incorrect? Send feedback about this result.

Continue exploring

How an AI agent should use this page

Ground rule: Navigate with HTML GET links to keep explanations and relationships. Use the page's JSON alternative only when concrete values must be extracted, compared or computed.

How to use the find_satellites_above lookup

  1. Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
  2. Check types, units, limits and ID formats in the parameter table.
  3. Follow linked results to canonical pages before combining sources.

Misreading to avoid: An empty list means "no results for this lookup". An error message or unavailable source does not mean the data does not exist.

Source-specific next step

Go to the source page for other operations. Use the JSON template only after the HTML result shows that the parameters and source are correct.